msgboxx

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

Wat is msgboxx?

msgboxx is een Chrome-extensie ontwikkeld door QuidVIsta, en de belangrijkste functie is "Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie msgboxx

Download msgboxx-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam msgboxx msgboxx
ID fmocdhfkcnnmkfbieenfnifpifcinfoe
Officiële URL https://chromewebstore.google.com/detail/msgboxx/fmocdhfkcnnmkfbieenfnifpifcinfoe
Beschrijving Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…
Bestandsgrootte 13.24 MB
Aantal Installaties 405
Huidige Versie 0.32
Laatst Bijgewerkt 2024-02-23
Publicatiedatum 2022-05-18
Ontwikkelaar QuidVIsta
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.msgboxx.io/
URL van de Privacybeleid Pagina https://www.msgboxx.io/privacy-policy.html
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}