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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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:\/\/*\/*"
    ]
}