From 27069d1d5bb9a464dab82f28c4c77f2b38cb57fe Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Fri, 20 Jan 2023 16:57:39 +0530 Subject: [PATCH 1/2] Landbot Detection Added --- .../webextension/images/icons/landbot.svg | 10 ++++++++++ src/technologies/l.json | 17 +++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 src/drivers/webextension/images/icons/landbot.svg diff --git a/src/drivers/webextension/images/icons/landbot.svg b/src/drivers/webextension/images/icons/landbot.svg new file mode 100644 index 000000000..e14ba2b18 --- /dev/null +++ b/src/drivers/webextension/images/icons/landbot.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/technologies/l.json b/src/technologies/l.json index e6bfcab71..8bb479d28 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -62,6 +62,23 @@ "oss": true, "website": "https://lagoon.sh/" }, + "Landbot": { + "cats": [ + 52 + ], + "description": "Landbot is a no code conversational chatbots, conversational landing pages and website, interactive survey and lead generation bot.", + "icon": "landbot.svg", + "js": { + "LandbotLivechat": "", + "initLandbot": "" + }, + "pricing": [ + "recurring", + "freemium", + "mid" + ], + "website": "https://landbot.io" + }, "LangShop": { "cats": [ 100, From 9a8c927c091579ae4945d95804ebed003c2144ea Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Sun, 22 Jan 2023 07:56:36 +0530 Subject: [PATCH 2/2] Landbot Script added --- src/technologies/l.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies/l.json b/src/technologies/l.json index 8bb479d28..42193830d 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -77,6 +77,7 @@ "freemium", "mid" ], + "scriptSrc": "\\.landbot\\.io/.*-([\\d\\.]+)\\.js", "website": "https://landbot.io" }, "LangShop": {