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 |
官方網址 | 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.*\/*" ] } |