WorldLink

Create Hotspot , Search Device , Analyse Device , Extract Offline Device and many more.. all in one Extension for Wi-Fi Project

Apa itu WorldLink?

WorldLink adalah ekstensi Chrome yang dikembangkan oleh bmasmhj, dan fitur utamanya adalah "Create Hotspot , Search Device , Analyse Device , Extract Offline Device and many more.. all in one Extension for Wi-Fi Project".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi WorldLink

Unduh file ekstensi WorldLink 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

                        This extension is specially made for WorldLink employee (Wi-Fi Project) only.
Only WorldLink Employee with Cloud access will be able to Login and use Extension.

Features
- Autofill Nokia/Huwai Router login credential.  (Access Needed)
- Create Hostpot ( Depreciated )
- Search Ignite devices
- Search OLT (Access Needed)
- Mac Vendor (Access Needed)
- Supports Offline List for cnMaestro (Access Needed)
-  Privilege / Access
- Popup Mode

 New Updates
- Profile 
- Credit point system

Note : Above features are applicable for Wi-Fi Project ITSR only and needs Privilege to use.. please request for access from referrer.                    

Informasi Dasar Ekstensi

Nama WorldLink WorldLink
ID kcgokpjglpdogphpbhpnbdhlajdnoopl
URL Resmi https://chromewebstore.google.com/detail/worldlink/kcgokpjglpdogphpbhpnbdhlajdnoopl
Deskripsi Create Hotspot , Search Device , Analyse Device , Extract Offline Device and many more.. all in one Extension for Wi-Fi Project
Ukuran File 332 KB
Jumlah Instalasi 49
Versi Saat Ini 4.2.1
Terakhir Diperbarui 2023-03-01
Tanggal Publikasi 2022-12-01
Penilaian 5.00/5 Total 6 Penilaian
Pengembang bmasmhj
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://cloud.bimash.com.np/
URL Halaman Bantuan http://bimash.com.np/
URL Halaman Kebijakan Privasi https://bimash.com.np/Policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WorldLink",
    "version": "4.2.1",
    "description": "Create Hotspot , Search Device , Analyse Device , Extract Offline Device and many more.. all in one Extension for Wi-Fi Project",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "32": "assets\/img\/favicon.png",
            "64": "assets\/img\/favicon.png"
        },
        "default_title": "WorldLink",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/img\/favicon.png",
        "16": "assets\/img\/favicon.png",
        "48": "assets\/img\/favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "manifest_version": 3
}