LN2 for Admin

Detect and display your LAN services with LN2.

Qu'est-ce que LN2 for Admin ?

LN2 for Admin est une extension Chrome développée par http://ln2.io, et sa fonction principale est "Detect and display your LAN services with LN2.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension LN2 for Admin

Téléchargez les fichiers d'extension LN2 for Admin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LN2 for Admin LN2 for Admin
ID lcecnnnnpfldagjjmpjaencpccfafdad
URL Officiel https://chrome.google.com/webstore/detail/ln2-for-admin/lcecnnnnpfldagjjmpjaencpccfafdad
Description Detect and display your LAN services with LN2.
Taille du Fichier 696 KB
Nombre d'Installations 181
Version Actuelle 0.3.10
Dernière Mise à Jour 2018-02-28
Date de Publication 2018-02-28
Évaluation 5.00/5 Total 2 Évaluations
Développeur http://ln2.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ln2.io
URL de la Page de Politique de Confidentialité https://ln2.io
Langues Prises en Charge 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:\/\/*\/*"
    ]
}