waboxapp MV3

waboxapp.com - Connect with your IM accounts

Vad är waboxapp MV3?

waboxapp MV3 är en Chrome-tillägg utvecklad av waboxapp, och dess huvudfunktion är "waboxapp.com - Connect with your IM accounts".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner waboxapp MV3-förlängningens CRX-fil

Ladda ner waboxapp MV3-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn waboxapp MV3 waboxapp MV3
ID kpflbjbcnmdmcahhdjhgbjfaclgefdbd
Officiell webbadress https://chromewebstore.google.com/detail/waboxapp-mv3/kpflbjbcnmdmcahhdjhgbjfaclgefdbd
Beskrivning waboxapp.com - Connect with your IM accounts
Filstorlek 24.15 KB
Antal Installationer 1,326
Aktuell Version 4.0.3
Senast Uppdaterad 2023-04-07
Publiceringsdatum 2023-01-23
Utvecklare waboxapp
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.waboxapp.com
URL till Sekretesspolicy Sidan https://www.waboxapp.com/terms
Stödda Språk 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\/*"
    ]
}