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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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.*\/*" ] } |