waboxapp MV3

waboxapp.com - Connect with your IM accounts

Hvad er waboxapp MV3?

waboxapp MV3 er en Chrome-udvidelse udviklet af waboxapp, og dens hovedfunktion er "waboxapp.com - Connect with your IM accounts".

Udvidelsesskærmbilleder

screenshot
screenshot

Download waboxapp MV3-udvidelses-CRX-fil

Download waboxapp MV3-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn waboxapp MV3 waboxapp MV3
ID kpflbjbcnmdmcahhdjhgbjfaclgefdbd
Officiel URL https://chromewebstore.google.com/detail/waboxapp-mv3/kpflbjbcnmdmcahhdjhgbjfaclgefdbd
Beskrivelse waboxapp.com - Connect with your IM accounts
Filstørrelse 24.15 KB
Antal Installationer 1,326
Nuværende Version 4.0.3
Senest Opdateret 2023-04-07
Udgivelsesdato 2023-01-23
Udvikler waboxapp
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.waboxapp.com
URL til Fortrolighedspolitik Side https://www.waboxapp.com/terms
Understøttede Sprog 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\/*"
    ]
}