waboxapp MV3

waboxapp.com - Connect with your IM accounts

Wat is waboxapp MV3?

waboxapp MV3 is een Chrome-extensie ontwikkeld door waboxapp, en de belangrijkste functie is "waboxapp.com - Connect with your IM accounts".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie waboxapp MV3

Download waboxapp MV3-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

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

Basisinformatie over de Extensie

Naam waboxapp MV3 waboxapp MV3
ID kpflbjbcnmdmcahhdjhgbjfaclgefdbd
Officiële URL https://chromewebstore.google.com/detail/waboxapp-mv3/kpflbjbcnmdmcahhdjhgbjfaclgefdbd
Beschrijving waboxapp.com - Connect with your IM accounts
Bestandsgrootte 24.15 KB
Aantal Installaties 1,326
Huidige Versie 4.0.3
Laatst Bijgewerkt 2023-04-07
Publicatiedatum 2023-01-23
Ontwikkelaar waboxapp
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.waboxapp.com
URL van de Privacybeleid Pagina https://www.waboxapp.com/terms
Ondersteunde Talen 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\/*"
    ]
}