msgboxx

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

Was ist msgboxx?

msgboxx ist eine Chrome-Erweiterung, die von QuidVIsta entwickelt wurde, und ihr Hauptmerkmal ist "Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…".

Erweiterungsscreenshots

screenshot

msgboxx-Erweiterungs-CRX-Datei herunterladen

Laden Sie msgboxx-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name msgboxx msgboxx
ID fmocdhfkcnnmkfbieenfnifpifcinfoe
Offizielle URL https://chromewebstore.google.com/detail/msgboxx/fmocdhfkcnnmkfbieenfnifpifcinfoe
Beschreibung Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…
Dateigröße 13.24 MB
Installationsanzahl 405
Aktuelle Version 0.32
Letztes Update 2024-02-23
Veröffentlichungsdatum 2022-05-18
Entwickler QuidVIsta
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.msgboxx.io/
URL der Datenschutzrichtlinien-Seite https://www.msgboxx.io/privacy-policy.html
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}