IDS Server
IDS Server browser plug-in.
Hvad er IDS Server?
IDS Server er en Chrome-udvidelse udviklet af IDS LLC, og dens hovedfunktion er "IDS Server browser plug-in.".
Udvidelsesskærmbilleder
Download IDS Server-udvidelses-CRX-fil
Download IDS Server-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | heemmlhkhdppoankkjldbmnfnoanemlj |
Officiel URL | https://chromewebstore.google.com/detail/ids-server/heemmlhkhdppoankkjldbmnfnoanemlj |
Beskrivelse | IDS Server browser plug-in. |
Filstørrelse | 22.12 KB |
Antal Installationer | 1,870 |
Nuværende Version | 4.8.2.21235 |
Senest Opdateret | 2015-01-22 |
Udgivelsesdato | 2015-01-22 |
Bedømmelse | 2.00/5 Samlet 4 Bedømmelser |
Udvikler | IDS LLC |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |