LN2 for Admin

Detect and display your LAN services with LN2.

Was ist LN2 for Admin?

LN2 for Admin ist eine Chrome-Erweiterung, die von http://ln2.io entwickelt wurde, und ihr Hauptmerkmal ist "Detect and display your LAN services with LN2.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

LN2 for Admin-Erweiterungs-CRX-Datei herunterladen

Laden Sie LN2 for Admin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name LN2 for Admin LN2 for Admin
ID lcecnnnnpfldagjjmpjaencpccfafdad
Offizielle URL https://chrome.google.com/webstore/detail/ln2-for-admin/lcecnnnnpfldagjjmpjaencpccfafdad
Beschreibung Detect and display your LAN services with LN2.
Dateigröße 696 KB
Installationsanzahl 181
Aktuelle Version 0.3.10
Letztes Update 2018-02-28
Veröffentlichungsdatum 2018-02-28
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler http://ln2.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ln2.io
URL der Datenschutzrichtlinien-Seite https://ln2.io
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}