waboxapp MV3

waboxapp.com - Connect with your IM accounts

Cos'è waboxapp MV3?

waboxapp MV3 è un'estensione di Chrome sviluppata da waboxapp, e la sua funzione principale è "waboxapp.com - Connect with your IM accounts".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione waboxapp MV3

Scarica i file di estensione waboxapp MV3 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome waboxapp MV3 waboxapp MV3
ID kpflbjbcnmdmcahhdjhgbjfaclgefdbd
URL Ufficiale https://chromewebstore.google.com/detail/waboxapp-mv3/kpflbjbcnmdmcahhdjhgbjfaclgefdbd
Descrizione waboxapp.com - Connect with your IM accounts
Dimensione del File 24.15 KB
Conteggio Installazioni 1,326
Versione Corrente 4.0.3
Ultimo Aggiornamento 2023-04-07
Data di Pubblicazione 2023-01-23
Sviluppatore waboxapp
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.waboxapp.com
URL della Pagina della Politica sulla Privacy https://www.waboxapp.com/terms
Lingue Supportate 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\/*"
    ]
}