LN2 for Admin

Detect and display your LAN services with LN2.

¿Qué es LN2 for Admin?

LN2 for Admin es una extensión de Chrome desarrollada por http://ln2.io, y su función principal es "Detect and display your LAN services with LN2.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión LN2 for Admin

Descarga archivos de extensión LN2 for Admin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre LN2 for Admin LN2 for Admin
ID lcecnnnnpfldagjjmpjaencpccfafdad
URL Oficial https://chrome.google.com/webstore/detail/ln2-for-admin/lcecnnnnpfldagjjmpjaencpccfafdad
Descripción Detect and display your LAN services with LN2.
Tamaño del Archivo 696 KB
Cantidad de Instalaciones 181
Versión Actual 0.3.10
Última Actualización 2018-02-28
Fecha de Publicación 2018-02-28
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador http://ln2.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://ln2.io
URL de la Página de Política de Privacidad https://ln2.io
Idiomas Soportados 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:\/\/*\/*"
    ]
}