chatcrm

Chat CRM - Easy connect to all chat platform

Co to jest chatcrm?

chatcrm to rozszerzenie Chrome opracowane przez https://chatcrm.app, a jego główną funkcją jest „Chat CRM - Easy connect to all chat platform”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia chatcrm

Pobierz pliki rozszerzeń chatcrm w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa chatcrm chatcrm
ID pcimffgldlmpgcgphiobphbnpmcjajcm
Oficjalny URL https://chrome.google.com/webstore/detail/chatcrm/pcimffgldlmpgcgphiobphbnpmcjajcm
Opis Chat CRM - Easy connect to all chat platform
Rozmiar pliku 15.78 KB
Liczba instalacji 30
Aktualna Wersja 3.4.0
Ostatnia Aktualizacja 2021-02-25
Data Publikacji 2020-06-20
Deweloper https://chatcrm.app
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://jurnal.club/tos
Obsługiwane Języki 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.*\/*"
    ]
}