chatcrm
Chat CRM - Easy connect to all chat platform
什么是chatcrm?
chatcrm是由https://chatcrm.app开发的Chrome扩展程序,该扩展的主要功能是“Chat CRM - Easy connect to all chat platform”。
扩展截图
下载chatcrm扩展crx文件
下载chatcrm扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | pcimffgldlmpgcgphiobphbnpmcjajcm |
官方URL | https://chrome.google.com/webstore/detail/chatcrm/pcimffgldlmpgcgphiobphbnpmcjajcm |
简介 | Chat CRM - Easy connect to all chat platform |
文件大小 | 15.78 KB |
安装次数 | 30 |
当前版本 | 3.4.0 |
更新时间 | 2021-02-25 |
上架时间 | 2020-06-20 |
开发者 | https://chatcrm.app |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://jurnal.club/tos |
支持的语言 | 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.*\/*" ] } |