chatcrm

Chat CRM - Easy connect to all chat platform

Cos'è chatcrm?

chatcrm è un'estensione di Chrome sviluppata da https://chatcrm.app, e la sua funzione principale è "Chat CRM - Easy connect to all chat platform".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione chatcrm

Scarica i file di estensione chatcrm in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome chatcrm chatcrm
ID pcimffgldlmpgcgphiobphbnpmcjajcm
URL Ufficiale https://chrome.google.com/webstore/detail/chatcrm/pcimffgldlmpgcgphiobphbnpmcjajcm
Descrizione Chat CRM - Easy connect to all chat platform
Dimensione del File 15.78 KB
Conteggio Installazioni 30
Versione Corrente 3.4.0
Ultimo Aggiornamento 2021-02-25
Data di Pubblicazione 2020-06-20
Sviluppatore https://chatcrm.app
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://jurnal.club/tos
Lingue Supportate 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.*\/*"
    ]
}