chatcrm
Chat CRM - Easy connect to all chat platform
chatcrm là gì?
chatcrm là một tiện ích mở rộng Chrome được phát triển bởi https://chatcrm.app, và tính năng chính của nó là "Chat CRM - Easy connect to all chat platform".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng chatcrm
Tải xuống các tệp mở rộng chatcrm dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pcimffgldlmpgcgphiobphbnpmcjajcm |
URL Chính Thức | https://chrome.google.com/webstore/detail/chatcrm/pcimffgldlmpgcgphiobphbnpmcjajcm |
Mô tả | Chat CRM - Easy connect to all chat platform |
Kích Thước Tệp | 15.78 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 3.4.0 |
Cập Nhật Lần Cuối | 2021-02-25 |
Ngày Phát Hành | 2020-06-20 |
Nhà Phát Triển | https://chatcrm.app |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://jurnal.club/tos |
Ngôn Ngữ Được Hỗ Trợ | 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.*\/*" ] } |