Belasis Booster: Agenda e CRM no WhatsApp

Integre seu sistema Belasis com o WhatsApp!

Cos'è Belasis Booster: Agenda e CRM no WhatsApp?

Belasis Booster: Agenda e CRM no WhatsApp è un'estensione di Chrome sviluppata da Belasis, e la sua funzione principale è "Integre seu sistema Belasis com o WhatsApp!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Belasis Booster: Agenda e CRM no WhatsApp

Scarica i file di estensione Belasis Booster: Agenda e CRM no WhatsApp 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

                        Tenha controle total sobre os agendamentos e pacotes de seus clientes direto do seu WhatsApp Web!                    

Informazioni di Base sull'Estensione

Nome Belasis Booster: Agenda e CRM no WhatsApp Belasis Booster: Agenda e CRM no WhatsApp
ID jfdmjhlfnfkohmglkagecammcjkcbnoi
URL Ufficiale https://chromewebstore.google.com/detail/belasis-booster-agenda-e/jfdmjhlfnfkohmglkagecammcjkcbnoi
Descrizione Integre seu sistema Belasis com o WhatsApp!
Dimensione del File 38.32 KB
Conteggio Installazioni 1,094
Versione Corrente 1.42
Ultimo Aggiornamento 2024-02-28
Data di Pubblicazione 2020-11-20
Valutazione 5.00/5 Totale 11 Valutazioni
Sviluppatore Belasis
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.belasis.com.br/belasis-booster/
URL della Pagina della Politica sulla Privacy https://www.belasis.com.br/politica-de-privacidade
Lingue Supportate pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Belasis Booster: Agenda e CRM no WhatsApp",
    "version": "1.42",
    "description": "Integre seu sistema Belasis com o WhatsApp!",
    "minimum_chrome_version": "96",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "scripting",
        "browsingData",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/*"
    ],
    "background": {
        "service_worker": "src\/background.js"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "custom.css",
                "images\/logo.png",
                "images\/logo-off.png",
                "src\/Whatsapp.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "Belasis Booster",
        "default_icon": "images\/logo-off.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "src\/content-script.js"
            ],
            "css": [
                "custom.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icons\/belasis-16.png",
        "32": "images\/icons\/belasis-32.png",
        "48": "images\/icons\/belasis-48.png",
        "128": "images\/icons\/belasis-128.png"
    }
}