WorldLink

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

ما هو WorldLink؟

WorldLink هو إضافة Chrome تم تطويرها بواسطة bmasmhj، والميزة الرئيسية لها هي "Create Hotspot , Search Device , Analyse Device , Extract Offline Device and many more.. all in one Extension for Wi-Fi Project".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة WorldLink

قم بتنزيل ملفات الامتداد WorldLink بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم WorldLink WorldLink
ID kcgokpjglpdogphpbhpnbdhlajdnoopl
عنوان URL الرسمي https://chromewebstore.google.com/detail/worldlink/kcgokpjglpdogphpbhpnbdhlajdnoopl
الوصف Create Hotspot , Search Device , Analyse Device , Extract Offline Device and many more.. all in one Extension for Wi-Fi Project
حجم الملف 332 KB
عدد التثبيتات 49
النسخة الحالية 4.2.1
آخر تحديث 2023-03-01
تاريخ النشر 2022-12-01
تقييم 5.00/5 مجموع تقييمات 6
المطور bmasmhj
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://cloud.bimash.com.np/
عنوان صفحة المساعدة http://bimash.com.np/
عنوان صفحة سياسة الخصوصية https://bimash.com.np/Policy
اللغات المدعومة 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
}