Chat CRM - Carthike
An Chat CRM extension for Abandoned Cart recovery - Shopify
Qu'est-ce que Chat CRM - Carthike ?
Chat CRM - Carthike est une extension Chrome développée par HelpNinja, et sa fonction principale est "An Chat CRM extension for Abandoned Cart recovery - Shopify".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chat CRM - Carthike
Téléchargez les fichiers d'extension Chat CRM - Carthike au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A chat based CRM to support shopify customers.
Informations de Base sur l'Extension
Nom | Chat CRM - Carthike |
ID | dlbielcbbioanbfnkhcgegkgeaojiopo |
URL Officiel | https://chromewebstore.google.com/detail/chat-crm-carthike/dlbielcbbioanbfnkhcgegkgeaojiopo |
Description | An Chat CRM extension for Abandoned Cart recovery - Shopify |
Taille du Fichier | 186 KB |
Nombre d'Installations | 942 |
Version Actuelle | 0.1.11 |
Dernière Mise à Jour | 2023-03-03 |
Date de Publication | 2020-08-26 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | HelpNinja |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://apps.shopify.com/whatsapp-abandoned-cart |
URL de la Page de Politique de Confidentialité | http://helpninja.com/unsub/privacy |
Langues Prises en Charge | 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'" } |