LN2 for Admin

Detect and display your LAN services with LN2.

LN2 for Admin là gì?

LN2 for Admin là một tiện ích mở rộng Chrome được phát triển bởi http://ln2.io, và tính năng chính của nó là "Detect and display your LAN services with LN2.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng LN2 for Admin 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

                        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.                    

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

Tên LN2 for Admin LN2 for Admin
ID lcecnnnnpfldagjjmpjaencpccfafdad
URL Chính Thức https://chrome.google.com/webstore/detail/ln2-for-admin/lcecnnnnpfldagjjmpjaencpccfafdad
Mô tả Detect and display your LAN services with LN2.
Kích Thước Tệp 696 KB
Số Lần Cài Đặt 181
Phiên Bản Hiện Tại 0.3.10
Cập Nhật Lần Cuối 2018-02-28
Ngày Phát Hành 2018-02-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://ln2.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ln2.io
URL Trang Chính Sách Bảo Mật https://ln2.io
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}