waboxapp MV3

waboxapp.com - Connect with your IM accounts

Qu'est-ce que waboxapp MV3 ?

waboxapp MV3 est une extension Chrome développée par waboxapp, et sa fonction principale est "waboxapp.com - Connect with your IM accounts".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension waboxapp MV3

Téléchargez les fichiers d'extension waboxapp MV3 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom waboxapp MV3 waboxapp MV3
ID kpflbjbcnmdmcahhdjhgbjfaclgefdbd
URL Officiel https://chromewebstore.google.com/detail/waboxapp-mv3/kpflbjbcnmdmcahhdjhgbjfaclgefdbd
Description waboxapp.com - Connect with your IM accounts
Taille du Fichier 24.15 KB
Nombre d'Installations 1,326
Version Actuelle 4.0.3
Dernière Mise à Jour 2023-04-07
Date de Publication 2023-01-23
Développeur waboxapp
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.waboxapp.com
URL de la Page de Politique de Confidentialité https://www.waboxapp.com/terms
Langues Prises en Charge 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\/*"
    ]
}