chatcrm
Chat CRM - Easy connect to all chat platform
chatcrmคืออะไร?
chatcrm เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chatcrm.app และคุณลักษณะหลักของมันคือ "Chat CRM - Easy connect to all chat platform"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย chatcrm
ดาวน์โหลดไฟล์ส่วนขยาย 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.*\/*" ] } |