LN2 for Admin

Detect and display your LAN services with LN2.

ما هو LN2 for Admin؟

LN2 for Admin هو إضافة Chrome تم تطويرها بواسطة http://ln2.io، والميزة الرئيسية لها هي "Detect and display your LAN services with LN2.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة LN2 for Admin

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

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

                        With LN2, you can:

- Detect LAN services within 30 minutes.
- View and manage all services in one page.
- Share services with collegues or friends.
- Recevie notification when services crash.

Know more about LN2, visit https://ln2.io.                    

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

الاسم LN2 for Admin LN2 for Admin
ID lcecnnnnpfldagjjmpjaencpccfafdad
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ln2-for-admin/lcecnnnnpfldagjjmpjaencpccfafdad
الوصف Detect and display your LAN services with LN2.
حجم الملف 696 KB
عدد التثبيتات 181
النسخة الحالية 0.3.10
آخر تحديث 2018-02-28
تاريخ النشر 2018-02-28
تقييم 5.00/5 مجموع تقييمات 2
المطور http://ln2.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ln2.io
عنوان صفحة سياسة الخصوصية https://ln2.io
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LN2 for Admin",
    "short_name": "LN2 for Admin",
    "description": "Detect and display your LAN services with LN2.",
    "version": "0.3.10",
    "icons": {
        "16": "res\/16.png",
        "48": "res\/48.png",
        "128": "res\/128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "res\/logo.png",
        "default_title": "LN2 for Admin",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "res\/*",
        "admin.html"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "iframe.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "https:\/\/ln2.io\/*",
            "http:\/\/*.ln2.io\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "history",
        "notifications",
        "https:\/\/ln2.io\/",
        "http:\/\/*.ln2.io\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}