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 |
Eメール | [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.*\/*" ] } |