Chat CRM - Carthike
An Chat CRM extension for Abandoned Cart recovery - Shopify
What is Chat CRM - Carthike?
Chat CRM - Carthike is a Chrome extension developed by HelpNinja, and its main feature is "An Chat CRM extension for Abandoned Cart recovery - Shopify".
Extension Screenshots
Download Chat CRM - Carthike Extension CRX File
Download Chat CRM - Carthike extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A chat based CRM to support shopify customers.
Extension Basic Information
Name | Chat CRM - Carthike |
ID | dlbielcbbioanbfnkhcgegkgeaojiopo |
Official URL | https://chromewebstore.google.com/detail/chat-crm-carthike/dlbielcbbioanbfnkhcgegkgeaojiopo |
Description | An Chat CRM extension for Abandoned Cart recovery - Shopify |
File Size | 186 KB |
Installation Count | 942 |
Current Version | 0.1.11 |
Last Updated | 2023-03-03 |
Publish Date | 2020-08-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | HelpNinja |
[email protected] | |
Payment Type | free |
Extension Website | https://apps.shopify.com/whatsapp-abandoned-cart |
Privacy Policy Page URL | http://helpninja.com/unsub/privacy |
Supported Languages | 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'" } |