waboxapp MV3

waboxapp.com - Connect with your IM accounts

Was ist waboxapp MV3?

waboxapp MV3 ist eine Chrome-Erweiterung, die von waboxapp entwickelt wurde, und ihr Hauptmerkmal ist "waboxapp.com - Connect with your IM accounts".

Erweiterungsscreenshots

screenshot
screenshot

waboxapp MV3-Erweiterungs-CRX-Datei herunterladen

Laden Sie waboxapp MV3-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

                        waboxapp is an API for Instant Messaging that allows you to integrate your own accounts with your systems and solutions.                    

Grundlegende Informationen zur Erweiterung

Name waboxapp MV3 waboxapp MV3
ID kpflbjbcnmdmcahhdjhgbjfaclgefdbd
Offizielle URL https://chromewebstore.google.com/detail/waboxapp-mv3/kpflbjbcnmdmcahhdjhgbjfaclgefdbd
Beschreibung waboxapp.com - Connect with your IM accounts
Dateigröße 24.15 KB
Installationsanzahl 1,326
Aktuelle Version 4.0.3
Letztes Update 2023-04-07
Veröffentlichungsdatum 2023-01-23
Entwickler waboxapp
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.waboxapp.com
URL der Datenschutzrichtlinien-Seite https://www.waboxapp.com/terms
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "waboxapp MV3",
    "version": "4.0.3",
    "description": "waboxapp.com - Connect with your IM accounts",
    "action": {
        "default_icon": "icon48_off.png",
        "default_popup": "settings_popup.html",
        "default_title": "waboxapp"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": ".\/settings.html",
    "web_accessible_resources": [
        {
            "resources": [
                "client.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/*"
    ]
}