From 7aff191b15b1bc1f36db23de08a3f342adb87031 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 18 Sep 2021 16:55:22 +0600 Subject: [PATCH 1/2] Add Alexa Certified Site Metrcis / analytics --- .../webextension/images/icons/Alexa.svg | 12 ++++++++++++ src/technologies/a.json | 18 ++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Alexa.svg diff --git a/src/drivers/webextension/images/icons/Alexa.svg b/src/drivers/webextension/images/icons/Alexa.svg new file mode 100644 index 000000000..baa2a20a1 --- /dev/null +++ b/src/drivers/webextension/images/icons/Alexa.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/technologies/a.json b/src/technologies/a.json index 679576b0b..a4bf2ed17 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -1378,6 +1378,24 @@ "scripts": "/alertify/alertify\\.min\\.js", "website": "https://alertifyjs.com" }, + "Alexa Certified Site Metrics": { + "cats": [ + 10 + ], + "description": "Alexa Certified Site Metrics is an analytics service wich monitors and analyses web traffic and can be used to keep track of user behavior.", + "icon": "Alexa.png", + "js": { + "_atrk_opts.domain": "" + }, + "scripts": "\\.cloudfront\\.net/atrk\\.js", + "saas": true, + "pricing": [ + "freemium", + "mid", + "recurring" + ], + "website": "https://support.alexa.com/hc/en-us/sections/200063374" + }, "Algolia": { "cats": [ 29 From 750016a31791ffe9302d5c021b8fd34242456d83 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 18 Sep 2021 16:58:30 +0600 Subject: [PATCH 2/2] fix icon ext --- src/technologies/a.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index a4bf2ed17..e7ba9f3d7 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -1383,7 +1383,7 @@ 10 ], "description": "Alexa Certified Site Metrics is an analytics service wich monitors and analyses web traffic and can be used to keep track of user behavior.", - "icon": "Alexa.png", + "icon": "Alexa.svg", "js": { "_atrk_opts.domain": "" },