Chat CRM - Carthike
An Chat CRM extension for Abandoned Cart recovery - Shopify
Was ist Chat CRM - Carthike?
Chat CRM - Carthike ist eine Chrome-Erweiterung, die von HelpNinja entwickelt wurde, und ihr Hauptmerkmal ist "An Chat CRM extension for Abandoned Cart recovery - Shopify".
Erweiterungsscreenshots
Chat CRM - Carthike-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chat CRM - Carthike-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A chat based CRM to support shopify customers.
Grundlegende Informationen zur Erweiterung
Name | Chat CRM - Carthike |
ID | dlbielcbbioanbfnkhcgegkgeaojiopo |
Offizielle URL | https://chromewebstore.google.com/detail/chat-crm-carthike/dlbielcbbioanbfnkhcgegkgeaojiopo |
Beschreibung | An Chat CRM extension for Abandoned Cart recovery - Shopify |
Dateigröße | 186 KB |
Installationsanzahl | 942 |
Aktuelle Version | 0.1.11 |
Letztes Update | 2023-03-03 |
Veröffentlichungsdatum | 2020-08-26 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | HelpNinja |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://apps.shopify.com/whatsapp-abandoned-cart |
URL der Datenschutzrichtlinien-Seite | http://helpninja.com/unsub/privacy |
Unterstützte Sprachen | 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'" } |