chatcrm
Chat CRM - Easy connect to all chat platform
What is chatcrm?
chatcrm is a Chrome extension developed by https://chatcrm.app, and its main feature is "Chat CRM - Easy connect to all chat platform".
Extension Screenshots
Download chatcrm Extension CRX File
Download chatcrm 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
CHAT CRM for Loyalty Members A 360 degrees CHAT CRM that works with WhatsApp and carries the customer experience from engagement to feedback with minimal manual customer support. Its time to scale up your business easily.
Extension Basic Information
Name | |
ID | pcimffgldlmpgcgphiobphbnpmcjajcm |
Official URL | https://chrome.google.com/webstore/detail/chatcrm/pcimffgldlmpgcgphiobphbnpmcjajcm |
Description | Chat CRM - Easy connect to all chat platform |
File Size | 15.78 KB |
Installation Count | 30 |
Current Version | 3.4.0 |
Last Updated | 2021-02-25 |
Publish Date | 2020-06-20 |
Developer | https://chatcrm.app |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://jurnal.club/tos |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "chatcrm", "short_name": "Chat CRM", "description": "Chat CRM - Easy connect to all chat platform", "version": "3.4.0", "browser_action": { "default_icon": "icon48_off.png", "default_popup": "settings_popup.html", "default_title": "chatcrm" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "config.js", "script.js" ], "run_at": "document_end" } ], "options_page": "settings.html", "web_accessible_resources": [ "client.js" ], "background": { "scripts": [ "config.js", "background.js" ], "persistent": true }, "permissions": [ "activeTab", "webRequest", "webRequestBlocking", "https:\/\/*.chatcrm.app\/*", "http:\/\/*.whatsapp.*\/*", "https:\/\/*.whatsapp.*\/*" ] } |