Chat CRM - Carthike
An Chat CRM extension for Abandoned Cart recovery - Shopify
Wat is Chat CRM - Carthike?
Chat CRM - Carthike is een Chrome-extensie ontwikkeld door HelpNinja, en de belangrijkste functie is "An Chat CRM extension for Abandoned Cart recovery - Shopify".
Extensie Screenshots
Download het CRX-bestand van de extensie Chat CRM - Carthike
Download Chat CRM - Carthike-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A chat based CRM to support shopify customers.
Basisinformatie over de Extensie
Naam | Chat CRM - Carthike |
ID | dlbielcbbioanbfnkhcgegkgeaojiopo |
Officiële URL | https://chromewebstore.google.com/detail/chat-crm-carthike/dlbielcbbioanbfnkhcgegkgeaojiopo |
Beschrijving | An Chat CRM extension for Abandoned Cart recovery - Shopify |
Bestandsgrootte | 186 KB |
Aantal Installaties | 942 |
Huidige Versie | 0.1.11 |
Laatst Bijgewerkt | 2023-03-03 |
Publicatiedatum | 2020-08-26 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | HelpNinja |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://apps.shopify.com/whatsapp-abandoned-cart |
URL van de Privacybeleid Pagina | http://helpninja.com/unsub/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "An Chat CRM extension for Abandoned Cart recovery - Shopify", "default_locale": "en", "permissions": [ "activeTab", "https:\/\/web.whatsapp.com\/*", "https:\/\/*.carthike.com\/*", "storage" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "wdom.js", "content-script.css" ], "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*", "https:\/\/*.carthike.com\/*" ], "js": [ "js\/content-script.js" ], "css": [ "\/content-script.css" ] } ], "browser_action": { "default_title": "__MSG_extName__" }, "version": "0.1.11", "content_security_policy": "script-src 'self' ; object-src 'self'" } |