waboxapp MV3

waboxapp.com - Connect with your IM accounts

Apa itu waboxapp MV3?

waboxapp MV3 adalah ekstensi Chrome yang dikembangkan oleh waboxapp, dan fitur utamanya adalah "waboxapp.com - Connect with your IM accounts".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi waboxapp MV3

Unduh file ekstensi waboxapp MV3 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama waboxapp MV3 waboxapp MV3
ID kpflbjbcnmdmcahhdjhgbjfaclgefdbd
URL Resmi https://chromewebstore.google.com/detail/waboxapp-mv3/kpflbjbcnmdmcahhdjhgbjfaclgefdbd
Deskripsi waboxapp.com - Connect with your IM accounts
Ukuran File 24.15 KB
Jumlah Instalasi 1,326
Versi Saat Ini 4.0.3
Terakhir Diperbarui 2023-04-07
Tanggal Publikasi 2023-01-23
Pengembang waboxapp
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.waboxapp.com
URL Halaman Kebijakan Privasi https://www.waboxapp.com/terms
Bahasa yang Didukung 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\/*"
    ]
}