From 47e19ae9cfbcea49ae4517695043699ad1f64890 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 27 Jul 2023 08:21:40 +0600 Subject: [PATCH] Add Carrot quest / analytics, live-chat --- .../images/icons/Carrot quest.svg | 14 +++++++++++++ src/technologies/c.json | 21 +++++++++++++++++++ src/technologies/t.json | 2 +- 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/Carrot quest.svg diff --git a/src/drivers/webextension/images/icons/Carrot quest.svg b/src/drivers/webextension/images/icons/Carrot quest.svg new file mode 100644 index 000000000..885cbf5bb --- /dev/null +++ b/src/drivers/webextension/images/icons/Carrot quest.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/src/technologies/c.json b/src/technologies/c.json index b7d0eb8c7..d648bedd9 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -705,6 +705,27 @@ ], "website": "https://getcarro.com" }, + "Carrot quest": { + "cats": [ + 10, + 52 + ], + "description": "Carrot quest is a customer engagement and communication platform that aids businesses in improving interactions with users and customers through targeted messaging, in-app messaging, live chat, email campaigns, and user behavior tracking.", + "icon": "Carrot quest.svg", + "headers": { + "Content-Security-Policy": "\\.carrotquest\\.app" + }, + "js": { + "carrotquest": "" + }, + "pricing": [ + "payg", + "low", + "recurring" + ], + "saas": true, + "website": "https://www.carrotquest.io" + }, "Cart Functionality": { "cats": [ 6 diff --git a/src/technologies/t.json b/src/technologies/t.json index c3f9e7bb0..ec2ffd87a 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -224,7 +224,7 @@ ], "cpe": "cpe:2.3:a:typo3:typo3:*:*:*:*:*:*:*:*", "description": "TYPO3 is a free and open-source Web content management system written in PHP.", - "dom": "link[href*='typo3conf'], link[href*='typo3temp'], img[src*='typo3conf'], img[src*='typo3temp']" + "dom": "link[href*='typo3conf'], link[href*='typo3temp'], img[src*='typo3conf'], img[src*='typo3temp']", "icon": "TYPO3.svg", "implies": "PHP", "meta": {