Belasis Booster: Agenda e CRM no WhatsApp

Integre seu sistema Belasis com o WhatsApp!

What is Belasis Booster: Agenda e CRM no WhatsApp?

Belasis Booster: Agenda e CRM no WhatsApp is a Chrome extension developed by Belasis, and its main feature is "Integre seu sistema Belasis com o WhatsApp!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Belasis Booster: Agenda e CRM no WhatsApp Extension CRX File

Download Belasis Booster: Agenda e CRM no WhatsApp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Belasis Booster: Agenda e CRM no WhatsApp Belasis Booster: Agenda e CRM no WhatsApp
ID jfdmjhlfnfkohmglkagecammcjkcbnoi
Official URL https://chromewebstore.google.com/detail/belasis-booster-agenda-e/jfdmjhlfnfkohmglkagecammcjkcbnoi
Description Integre seu sistema Belasis com o WhatsApp!
File Size 38.32 KB
Installation Count 1,094
Current Version 1.42
Last Updated 2024-02-28
Publish Date 2020-11-20
Rating 5.00/5 Total 11 Ratings
Developer Belasis
Email [email protected]
Payment Type free
Extension Website https://www.belasis.com.br/belasis-booster/
Privacy Policy Page URL https://www.belasis.com.br/politica-de-privacidade
Supported Languages 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"
    }
}