IDS Server
IDS Server browser plug-in.
Co to jest IDS Server?
IDS Server to rozszerzenie Chrome opracowane przez IDS LLC, a jego główną funkcją jest „IDS Server browser plug-in.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IDS Server
Pobierz pliki rozszerzeń IDS Server w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
IDS Server for Chrome extension allows users to connect to IDS host servers directly though their Google Chrome web browser. You must install the IDS Host software to use this extension. About IDS, LLC IDS Software allows you to access Windows, UNIX and Linux Applications and Files from anywhere, on any platform. Visit www.connections.acs-ids.com for additional clients and browser plugins downloads, or visit www.acs-ids.com for additional product information.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | heemmlhkhdppoankkjldbmnfnoanemlj |
Oficjalny URL | https://chromewebstore.google.com/detail/ids-server/heemmlhkhdppoankkjldbmnfnoanemlj |
Opis | IDS Server browser plug-in. |
Rozmiar pliku | 22.12 KB |
Liczba instalacji | 1,870 |
Aktualna Wersja | 4.8.2.21235 |
Ostatnia Aktualizacja | 2015-01-22 |
Data Publikacji | 2015-01-22 |
Ocena | 2.00/5 Łącznie 4 Oceny |
Deweloper | IDS LLC |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IDS Server", "version": "4.8.2.21235", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "IDS Server browser plug-in.", "background": { "scripts": [ "background.js" ] }, "permissions": [ "nativeMessaging" ], "web_accessible_resources": [ "*.png", "*.gif", "main.html", "main.js" ] } |