waboxapp

waboxapp.com - Connect with your IM accounts

Apa itu waboxapp?

waboxapp 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

Unduh file ekstensi waboxapp 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 waboxapp
ID mgaecjklgnbkkdfnfpncgnogplnjjcdh
URL Resmi https://chromewebstore.google.com/detail/waboxapp/mgaecjklgnbkkdfnfpncgnogplnjjcdh
Deskripsi waboxapp.com - Connect with your IM accounts
Ukuran File 23.77 KB
Jumlah Instalasi 15,386
Versi Saat Ini 3.5.3
Terakhir Diperbarui 2022-02-28
Tanggal Publikasi 2020-06-05
Penilaian 2.76/5 Total 42 Penilaian
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": 2,
    "name": "waboxapp",
    "version": "3.5.3",
    "description": "waboxapp.com - Connect with your IM accounts",
    "browser_action": {
        "default_icon": "icon48_off.png",
        "default_popup": "settings_popup.html",
        "default_title": "waboxapp"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "config.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "settings.html",
    "web_accessible_resources": [
        "client.js"
    ],
    "background": {
        "scripts": [
            "config.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*.whatsapp.*\/*",
        "https:\/\/*.whatsapp.*\/*"
    ]
}