chatcrm
Chat CRM - Easy connect to all chat platform
Apa itu chatcrm?
chatcrm adalah ekstensi Chrome yang dikembangkan oleh https://chatcrm.app, dan fitur utamanya adalah "Chat CRM - Easy connect to all chat platform".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi chatcrm
Unduh file ekstensi chatcrm dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | pcimffgldlmpgcgphiobphbnpmcjajcm |
URL Resmi | https://chrome.google.com/webstore/detail/chatcrm/pcimffgldlmpgcgphiobphbnpmcjajcm |
Deskripsi | Chat CRM - Easy connect to all chat platform |
Ukuran File | 15.78 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 3.4.0 |
Terakhir Diperbarui | 2021-02-25 |
Tanggal Publikasi | 2020-06-20 |
Pengembang | https://chatcrm.app |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://jurnal.club/tos |
Bahasa yang Didukung | 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.*\/*" ] } |