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:\/\/*\/*"
    ]
}