msgboxx

Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…

O que é msgboxx?

msgboxx é uma extensão do Chrome desenvolvida por QuidVIsta, e sua principal característica é "Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão msgboxx

Baixe arquivos de extensão msgboxx no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your favourite CRM system.                    

Informações Básicas da Extensão

Nome msgboxx msgboxx
ID fmocdhfkcnnmkfbieenfnifpifcinfoe
URL Oficial https://chromewebstore.google.com/detail/msgboxx/fmocdhfkcnnmkfbieenfnifpifcinfoe
Descrição Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…
Tamanho do Arquivo 13.24 MB
Contagem de Instalações 405
Versão Atual 0.32
Última Atualização 2024-02-23
Data de Publicação 2022-05-18
Desenvolvedor QuidVIsta
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.msgboxx.io/
URL da Página de Política de Privacidade https://www.msgboxx.io/privacy-policy.html
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "msgboxx",
    "name": "msgboxx",
    "version": "0.32",
    "manifest_version": 3,
    "action": {
        "default_title": "open msgboxx"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "host_permissions": [
        "https:\/\/api.msgboxx.io\/",
        "https:\/\/www.googletagmanager.com\/",
        ""
    ],
    "permissions": [
        "downloads",
        "storage",
        "contextMenus",
        "scripting",
        "tabs",
        "activeTab"
    ],
    "content_security_policy": {
        "script-src": "'self' 'unsafe-inline' https:\/\/www.googletagmanager.com",
        "img-src": "'self' https:\/\/www.googletagmanager.com",
        "object-src": "self"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.msgboxx.io\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "images\/whatsapp.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}