Skip to content

Commit

Permalink
feat(entities): new additions and some corrections (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhearne authored Mar 31, 2022
1 parent 1a5913d commit 8b9057f
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 10 deletions.
126 changes: 117 additions & 9 deletions data/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ module.exports = [
},
{
name: 'Freshdesk',
company: 'Freshworks',
homepage: 'https://freshdesk.com/',
categories: ['customer-success'],
domains: ['d36mpcpuzc4ztk.cloudfront.net'],
Expand Down Expand Up @@ -9763,12 +9764,14 @@ module.exports = [
},
{
name: 'Ve',
company: 'Ve Interactive',
company: 'Ve',
homepage: 'https://www.ve.com/',
categories: ['marketing'],
domains: ['*.veinteractive.com'],
domains: ['*.veinteractive.com','*.ve.com'],
},
{
name: 'Ve Interactive',
company: 'Ve',
categories: ['ad'],
domains: ['*.vepxl1.net', '*.adgenie.co.uk'],
},
Expand Down Expand Up @@ -11406,8 +11409,8 @@ module.exports = [
{
name: 'Freshchat',
homepage: 'https://www.freshworks.com/live-chat-software/',
categories: ['utility'],
domains: ['*.freshchat.com'],
categories: ['customer-success'],
domains: ['*.freshchat.com','*.freshworksapi.com'],
},
{
name: 'Contentful',
Expand Down Expand Up @@ -11555,8 +11558,8 @@ module.exports = [
domains: ['*.smartlook.com'],
},
{
name: 'Luigi’s Box',
company: 'Luigi’s Box',
name: 'Luigis Box',
company: 'Luigis Box',
homepage: 'https://www.luigisbox.com/',
categories: ['utility'],
domains: ['*.luigisbox.com'],
Expand Down Expand Up @@ -11669,11 +11672,12 @@ module.exports = [
examples: ['scout-cdn.salesloft.com'],
},
{
name: 'Accessibe',
name: 'Accessibe Accessibility Overlay',
company: 'Accessibe',
homepage: 'https://accessibe.com/',
categories: ['utility'],
domains: ['*.accessibe.com', '*.acsbap.com'],
examples: ['accessibe.com', 'acsbap.com'],
domains: ['*.accessibe.com', '*.acsbapp.com'],
examples: ['accessibe.com', 'acsbapp.com'],
},
{
name: 'Builder',
Expand Down Expand Up @@ -12173,4 +12177,108 @@ module.exports = [
domains: ['*.convertful.com'],
examples: ['app.convertful.com'],
},
{
name: 'OpenLink',
company: 'MediaWallah',
homepage: 'https://www.mediawallah.com/',
categories: ['ad'],
domains: ['*.mediawallahscript.com'],
examples: ['partner.mediawallahscript.com'],
},
{
name: 'TPMN',
company: 'TPMN',
homepage: 'http://tpmn.io/',
categories: ['ad'],
domains: ['*.tpmn.co.kr'],
examples: ['ad.tpmn.co.kr'],
},
{
name: 'HERO',
company: 'Klarna',
homepage: 'https://www.usehero.com/',
categories: ['customer-success'],
domains: ['*.usehero.com'],
examples: ['api.usehero.com','cdn.usehero.com'],
},
{
name: 'Zync',
company: 'Zeta Global',
homepage: 'https://zetaglobal.com/',
categories: ['marketing'],
domains: ['*.rezync.com'],
examples: ['live.rezync.com'],
},
{
name: 'AdFuel Video',
company: 'AdFuel',
homepage: 'https://goadfuel.com/',
categories: ['ad'],
domains: ['*.videoplayerhub.com'],
examples: ['customer.videoplayerhub.com'],
},
{
name: 'Prefix Box AI Search',
company: 'Prefix Box',
homepage: 'https://www.prefixbox.com/',
categories: ['utility'],
domains: ['*.prefixbox.com'],
examples: ['cdn.prefixbox.com'],
},
{
name: 'SpeedSize Service Worker',
company: 'SpeedSize',
homepage: 'https://speedsize.com/',
categories: ['utility'],
domains: ['di6367dava8ow.cloudfront.net','d2d22nphq0yz8t.cloudfront.net'],
examples: ['di6367dava8ow.cloudfront.net'],
},
{
name: 'Vonage Video API',
company: 'Vonage',
homepage: 'https://www.vonage.com/communications-apis/video/',
categories: ['video'],
domains: ['*.opentok.com'],
examples: ['static.opentok.com'],
},
{
name: 'Checkout.com',
company: 'Checkout.com',
homepage: 'https://www.checkout.com',
categories: ['utility'],
domains: ['*.checkout.com'],
examples: ['cdn.checkout.com'],
},
{
name: 'Noibu',
company: 'Noibu',
homepage: 'https://www.noibu.com',
categories: ['utility'],
domains: ['*.noibu.com'],
examples: ['input.noibu.com'],
},
{
name: 'Clarity',
company: 'Microsoft',
homepage: 'https://clarity.microsoft.com/',
categories: ['utility'],
domains: ['*.clarity.ms'],
examples: ['c.clarity.ms'],
},
{
name: 'goinstore',
company: 'Emplifi',
homepage: 'https://goinstore.com/',
categories: ['customer-success'],
domains: ['*.goinstore.com'],
examples: ['gis.goinstore.com'],
},
{
name: 'SegmentStream',
company: 'SegmentStream',
homepage: 'https://segmentstream.com/',
categories: ['marketing'],
domains: ['*.segmentstream.com'],
examples: ['track.segmentstream.com'],
},
]
2 changes: 1 addition & 1 deletion lib/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ Array [
"Dealer - https://assets.prod.analytics.dealer.com/pixall/pix-gm.min.js",
"Outbrain - https://tcheck.outbrainimg.com/tcheck/check/enVsZmlrYXIub3Zlci1ibG9nLmNvbQ==",
"Outbrain - https://log.outbrainimg.com/loggerServices/widgetGlobalEvent",
"undefined - https://live.rezync.com/sync",
"Zync - https://live.rezync.com/sync",
"Integral Ad Science - https://cdn.adsafeprotected.com/iasPET.1.js",
"undefined - https://pixall.esm1.net/v2/pageload",
"undefined - https://stats.zotabox.com/ca/event",
Expand Down

0 comments on commit 8b9057f

Please sign in to comment.