WorldLink

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

What is WorldLink?

WorldLink is a Chrome extension developed by bmasmhj, and its main feature is "Create Hotspot , Search Device , Analyse Device , Extract Offline Device and many more.. all in one Extension for Wi-Fi Project".

Extension Screenshots

screenshot
screenshot
screenshot

Download WorldLink Extension CRX File

Download WorldLink extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name WorldLink WorldLink
ID kcgokpjglpdogphpbhpnbdhlajdnoopl
Official URL https://chromewebstore.google.com/detail/worldlink/kcgokpjglpdogphpbhpnbdhlajdnoopl
Description Create Hotspot , Search Device , Analyse Device , Extract Offline Device and many more.. all in one Extension for Wi-Fi Project
File Size 332 KB
Installation Count 49
Current Version 4.2.1
Last Updated 2023-03-01
Publish Date 2022-12-01
Rating 5.00/5 Total 6 Ratings
Developer bmasmhj
Email [email protected]
Payment Type free
Extension Website http://cloud.bimash.com.np/
Help Page URL http://bimash.com.np/
Privacy Policy Page URL https://bimash.com.np/Policy
Supported Languages 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
}