From dd9b2d4253747dd9659f7322e920b3af0ffdb44b Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 28 Jan 2022 11:45:43 +0600 Subject: [PATCH 1/2] Add Invoca / analytics --- src/drivers/webextension/images/icons/Invoca.svg | 10 ++++++++++ src/technologies/i.json | 16 ++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Invoca.svg diff --git a/src/drivers/webextension/images/icons/Invoca.svg b/src/drivers/webextension/images/icons/Invoca.svg new file mode 100644 index 000000000..ca867769b --- /dev/null +++ b/src/drivers/webextension/images/icons/Invoca.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/technologies/i.json b/src/technologies/i.json index 127e66736..148b976e1 100644 --- a/src/technologies/i.json +++ b/src/technologies/i.json @@ -696,6 +696,22 @@ "saas": true, "website": "https://www.inventrue.com" }, + "Invoca": { + "cats": [ + 10 + ], + "description": "Invoca is an AI-powered call tracking and conversational analytics company.", + "icon": "Invoca.svg", + "js": { + "Invoca.PNAPI.version": "([\\d\\.]+)\\;version:\\1", + "InvocaTagId": "" + }, + "saas": true, + "pricing": [ + "poa" + ], + "website": "https://www.invoca.com" + }, "Inveon": { "cats": [ 6 From 63f7dcf04d15738257e07910cb9133bcb3cb1b04 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 28 Jan 2022 12:06:55 +0600 Subject: [PATCH 2/2] update category --- src/technologies/i.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/i.json b/src/technologies/i.json index 148b976e1..dbed59572 100644 --- a/src/technologies/i.json +++ b/src/technologies/i.json @@ -698,7 +698,7 @@ }, "Invoca": { "cats": [ - 10 + 32 ], "description": "Invoca is an AI-powered call tracking and conversational analytics company.", "icon": "Invoca.svg",