msgboxx

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

Cos'è msgboxx?

msgboxx è un'estensione di Chrome sviluppata da QuidVIsta, e la sua funzione principale è "Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione msgboxx

Scarica i file di estensione msgboxx 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

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

Informazioni di Base sull'Estensione

Nome msgboxx msgboxx
ID fmocdhfkcnnmkfbieenfnifpifcinfoe
URL Ufficiale https://chromewebstore.google.com/detail/msgboxx/fmocdhfkcnnmkfbieenfnifpifcinfoe
Descrizione Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…
Dimensione del File 13.24 MB
Conteggio Installazioni 405
Versione Corrente 0.32
Ultimo Aggiornamento 2024-02-23
Data di Pubblicazione 2022-05-18
Sviluppatore QuidVIsta
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.msgboxx.io/
URL della Pagina della Politica sulla Privacy https://www.msgboxx.io/privacy-policy.html
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}