WorldLink

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

WorldLink là gì?

WorldLink là một tiện ích mở rộng Chrome được phát triển bởi bmasmhj, và tính năng chính của nó là "Create Hotspot , Search Device , Analyse Device , Extract Offline Device and many more.. all in one Extension for Wi-Fi Project".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WorldLink

Tải xuống các tệp mở rộng WorldLink dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WorldLink WorldLink
ID kcgokpjglpdogphpbhpnbdhlajdnoopl
URL Chính Thức https://chromewebstore.google.com/detail/worldlink/kcgokpjglpdogphpbhpnbdhlajdnoopl
Mô tả Create Hotspot , Search Device , Analyse Device , Extract Offline Device and many more.. all in one Extension for Wi-Fi Project
Kích Thước Tệp 332 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 4.2.1
Cập Nhật Lần Cuối 2023-03-01
Ngày Phát Hành 2022-12-01
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển bmasmhj
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://cloud.bimash.com.np/
URL Trang Trợ Giúp http://bimash.com.np/
URL Trang Chính Sách Bảo Mật https://bimash.com.np/Policy
Ngôn Ngữ Được Hỗ Trợ 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
}