chatcrm

Chat CRM - Easy connect to all chat platform

Was ist chatcrm?

chatcrm ist eine Chrome-Erweiterung, die von https://chatcrm.app entwickelt wurde, und ihr Hauptmerkmal ist "Chat CRM - Easy connect to all chat platform".

Erweiterungsscreenshots

screenshot

chatcrm-Erweiterungs-CRX-Datei herunterladen

Laden Sie chatcrm-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name chatcrm chatcrm
ID pcimffgldlmpgcgphiobphbnpmcjajcm
Offizielle URL https://chrome.google.com/webstore/detail/chatcrm/pcimffgldlmpgcgphiobphbnpmcjajcm
Beschreibung Chat CRM - Easy connect to all chat platform
Dateigröße 15.78 KB
Installationsanzahl 30
Aktuelle Version 3.4.0
Letztes Update 2021-02-25
Veröffentlichungsdatum 2020-06-20
Entwickler https://chatcrm.app
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://jurnal.club/tos
Unterstützte Sprachen 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.*\/*"
    ]
}