LN2 for Admin
Detect and display your LAN services with LN2.
Vad är LN2 for Admin?
LN2 for Admin är en Chrome-tillägg utvecklad av http://ln2.io, och dess huvudfunktion är "Detect and display your LAN services with LN2.".
Tilläggsskärmbilder
Ladda ner LN2 for Admin-förlängningens CRX-fil
Ladda ner LN2 for Admin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | lcecnnnnpfldagjjmpjaencpccfafdad |
Officiell webbadress | https://chrome.google.com/webstore/detail/ln2-for-admin/lcecnnnnpfldagjjmpjaencpccfafdad |
Beskrivning | Detect and display your LAN services with LN2. |
Filstorlek | 696 KB |
Antal Installationer | 181 |
Aktuell Version | 0.3.10 |
Senast Uppdaterad | 2018-02-28 |
Publiceringsdatum | 2018-02-28 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | http://ln2.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://ln2.io |
URL till Sekretesspolicy Sidan | https://ln2.io |
Stödda Språk | 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": [ " |