ChatLabel

ChatLabel

Qu'est-ce que ChatLabel ?

ChatLabel est une extension Chrome développée par AppChat, et sa fonction principale est "ChatLabel".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ChatLabel

Téléchargez les fichiers d'extension ChatLabel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Nossa extensão tem como objetivo facilitar a organização e acompanhamento de conversas no WhatsApp Web, incluindo recursos de CRM, etiquetas, agendamentos de mensagem para ajudar a gerenciar um melhor relacionamentos com clientes.                    

Informations de Base sur l'Extension

Nom ChatLabel ChatLabel
ID gfglpagbijkicnckhhkhieemfcpjneid
URL Officiel https://chromewebstore.google.com/detail/chatlabel/gfglpagbijkicnckhhkhieemfcpjneid
Description ChatLabel
Taille du Fichier 519 KB
Nombre d'Installations 37
Version Actuelle 0.0.9.4
Dernière Mise à Jour 2024-02-08
Date de Publication 2023-04-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur AppChat
Email [email protected]
Type de Paiement in_app
URL de la Page de Politique de Confidentialité https://appchat.app/privacy-policies.html
Langues Prises en Charge pt-BR
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatLabel",
    "description": "ChatLabel",
    "version": "0.0.9.4",
    "author": "ChatLabel",
    "icons": {
        "16": "assets\/images\/16x16.png",
        "32": "assets\/images\/32x32.png",
        "48": "assets\/images\/48x48.png",
        "128": "assets\/images\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/16x16.png",
            "32": "assets\/images\/32x32.png",
            "48": "assets\/images\/48x48.png",
            "128": "assets\/images\/128x128.png"
        },
        "default_title": "ChatLabel"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/apiexpress.chatlabel.com\/*"
            ],
            "js": [
                "updateChecker.js"
            ]
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "appendAssets.js",
                "fetchWebsocket.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "eventListener.js",
                "assets\/js\/jquery.min.js",
                "assets\/js\/bootstrap.bundle.min.js",
                "assets\/js\/sweetAlert.js",
                "assets\/js\/dragula.js",
                "assets\/js\/dom-autoscroller.js",
                "assets\/js\/chartjs.min.js",
                "assets\/js\/core.js",
                "assets\/js\/gridjs.production.min.js",
                "assets\/css\/mermaid.min.css",
                "assets\/css\/dragula.css",
                "assets\/css\/animate.min.css",
                "assets\/css\/bootstrap.min.css",
                "assets\/css\/core.css"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}