chatcrm
Chat CRM - Easy connect to all chat platform
Wat is chatcrm?
chatcrm is een Chrome-extensie ontwikkeld door https://chatcrm.app, en de belangrijkste functie is "Chat CRM - Easy connect to all chat platform".
Extensie Screenshots
Download het CRX-bestand van de extensie chatcrm
Download chatcrm-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | pcimffgldlmpgcgphiobphbnpmcjajcm |
Officiële URL | https://chrome.google.com/webstore/detail/chatcrm/pcimffgldlmpgcgphiobphbnpmcjajcm |
Beschrijving | Chat CRM - Easy connect to all chat platform |
Bestandsgrootte | 15.78 KB |
Aantal Installaties | 30 |
Huidige Versie | 3.4.0 |
Laatst Bijgewerkt | 2021-02-25 |
Publicatiedatum | 2020-06-20 |
Ontwikkelaar | https://chatcrm.app |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://jurnal.club/tos |
Ondersteunde Talen | 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.*\/*" ] } |