chatcrm
Chat CRM - Easy connect to all chat platform
chatcrm क्या है?
chatcrm https://chatcrm.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chat CRM - Easy connect to all chat platform"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में chatcrm एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.*\/*" ] } |