From 9703729a8ea297d38faae31e2003df2d4fc9be8e Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 3 Jul 2022 00:01:39 +0600 Subject: [PATCH 1/2] Add Richpanel / CRM --- .../webextension/images/icons/Richpanel.svg | 3 +++ src/technologies/r.json | 21 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Richpanel.svg diff --git a/src/drivers/webextension/images/icons/Richpanel.svg b/src/drivers/webextension/images/icons/Richpanel.svg new file mode 100644 index 000000000..942e43fc5 --- /dev/null +++ b/src/drivers/webextension/images/icons/Richpanel.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/r.json b/src/technologies/r.json index f31d7cfcf..7c713e15f 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -1412,6 +1412,27 @@ "saas": true, "website": "https://www.rezgo.com" }, + "Richpanel": { + "cats": [ + 52, + 53 + ], + "description": "Richpanel is a purpose-built CRM and customer support platform for ecommerce and DTC brands.", + "icon": "Richpanel.svg", + "js": { + "Richpanel.PLUGIN_API_URL": "", + "richpanel_messenger_url": "", + "RichpanelAppProxy": "" + }, + "scriptSrc": "\\.richpanel\\.com/", + "saas": true, + "pricing": [ + "freemium", + "mid", + "recurring" + ], + "website": "https://www.richpanel.com" + }, "RichRelevance": { "cats": [ 76 From 070bc506fef015db7b970ca28d569479898f9c21 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 3 Jul 2022 00:04:46 +0600 Subject: [PATCH 2/2] remove live-chat --- src/technologies/r.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/technologies/r.json b/src/technologies/r.json index 7c713e15f..5ce86ea7e 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -1414,7 +1414,6 @@ }, "Richpanel": { "cats": [ - 52, 53 ], "description": "Richpanel is a purpose-built CRM and customer support platform for ecommerce and DTC brands.",