From b16b14d35530282be1cda2b5bc6055ab89f32b37 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 28 Apr 2021 06:08:52 +0600 Subject: [PATCH] Add Astute Solutions / CRM --- .../images/icons/Astute Solutions.svg | 4 +++ .../webextension/images/icons/GraphCMS.svg | 12 --------- src/technologies.json | 27 +++++++++++++++++-- 3 files changed, 29 insertions(+), 14 deletions(-) create mode 100644 src/drivers/webextension/images/icons/Astute Solutions.svg delete mode 100644 src/drivers/webextension/images/icons/GraphCMS.svg diff --git a/src/drivers/webextension/images/icons/Astute Solutions.svg b/src/drivers/webextension/images/icons/Astute Solutions.svg new file mode 100644 index 000000000..7d5eca05c --- /dev/null +++ b/src/drivers/webextension/images/icons/Astute Solutions.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/drivers/webextension/images/icons/GraphCMS.svg b/src/drivers/webextension/images/icons/GraphCMS.svg deleted file mode 100644 index d8dd697f0..000000000 --- a/src/drivers/webextension/images/icons/GraphCMS.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/src/technologies.json b/src/technologies.json index 0aa9a1baf..5dbb8a2cc 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -2318,6 +2318,29 @@ "scripts": "asciinema\\.org/", "website": "https://asciinema.org/" }, + "Astute Solutions": { + "cats": [ + 53 + ], + "description": "Astute Solutions is a customer engagement software.", + "icon": "Astute Solutions.svg", + "dom": { + "iframe[src*='.iperceptions.com]": { + "attributes": { + "src": "" + } + }, + "link[href*='.iperceptions.com']": { + "attributes": { + "href": "" + } + } + }, + "scripts": "\\.iperceptions\\.com", + "saas": true, + "pricing": ["poa"], + "website": "https://astutesolutions.com" + }, "Athena Search": { "cats": [ 29 @@ -4765,14 +4788,14 @@ "description": "ConvertKit is an email marketing tool built for content creators.", "icon": "ConvertKit.svg", "dom": { - "form[action*='app.convertkit.com']": { + "form[action*='.convertkit.com']": { "attributes": { "action": "" } }, "link[href*='.convertkit.com']": { "attributes": { - "action": "" + "href": "" } } },