IDS Server
IDS Server browser plug-in.
Wat is IDS Server?
IDS Server is een Chrome-extensie ontwikkeld door IDS LLC, en de belangrijkste functie is "IDS Server browser plug-in.".
Extensie Screenshots
Download het CRX-bestand van de extensie IDS Server
Download IDS Server-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | heemmlhkhdppoankkjldbmnfnoanemlj |
Officiële URL | https://chromewebstore.google.com/detail/ids-server/heemmlhkhdppoankkjldbmnfnoanemlj |
Beschrijving | IDS Server browser plug-in. |
Bestandsgrootte | 22.12 KB |
Aantal Installaties | 1,870 |
Huidige Versie | 4.8.2.21235 |
Laatst Bijgewerkt | 2015-01-22 |
Publicatiedatum | 2015-01-22 |
Beoordeling | 2.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | IDS LLC |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |