From ca87c37a81137124c5cef7479c87503ca0bf1e10 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 10 Dec 2020 21:12:10 +0600 Subject: [PATCH 1/2] Add Insider/Marketing Automation --- src/drivers/webextension/images/icons/Insider.svg | 6 ++++++ src/technologies.json | 14 ++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Insider.svg diff --git a/src/drivers/webextension/images/icons/Insider.svg b/src/drivers/webextension/images/icons/Insider.svg new file mode 100644 index 000000000..f7a9d39fa --- /dev/null +++ b/src/drivers/webextension/images/icons/Insider.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 90f482542..8ce31fb1a 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -7333,6 +7333,20 @@ "icon": "infusionsoft.svg", "website": "http://infusionsoft.com" }, + "Insider": { + "cats": [ + 32 + ], + "description": "Insider is the first integrated Growth Management Platform helping digital marketers drive growth across the funnel, from Acquisition to Activation, Retention, and Revenue from a unified platform powered by Artificial Intelligence and Machine Learning.", + "icon": "Insider.svg", + "js": { + "Insider": "\\;confidence:20" + }, + "scripts": "api\\.useinsider\\.\\w+/\\;confidence:100", + "saas": true, + "pricing": ["poa"], + "website": "https://useinsider.com" + }, "Inspectlet": { "cats": [ 10 From 4d2aaf12d5cd4e219f8f35dc794de83d12b01397 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Sun, 13 Dec 2020 09:47:27 +1100 Subject: [PATCH 2/2] Update technologies.json --- src/technologies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 8ce31fb1a..2df7dc4bf 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -7342,7 +7342,7 @@ "js": { "Insider": "\\;confidence:20" }, - "scripts": "api\\.useinsider\\.\\w+/\\;confidence:100", + "scripts": "api\\.useinsider\\.\\w+/", "saas": true, "pricing": ["poa"], "website": "https://useinsider.com" @@ -19212,4 +19212,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}