IDS Server
IDS Server browser plug-in.
Qu'est-ce que IDS Server ?
IDS Server est une extension Chrome développée par IDS LLC, et sa fonction principale est "IDS Server browser plug-in.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IDS Server
Téléchargez les fichiers d'extension IDS Server au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | heemmlhkhdppoankkjldbmnfnoanemlj |
URL Officiel | https://chromewebstore.google.com/detail/ids-server/heemmlhkhdppoankkjldbmnfnoanemlj |
Description | IDS Server browser plug-in. |
Taille du Fichier | 22.12 KB |
Nombre d'Installations | 1,870 |
Version Actuelle | 4.8.2.21235 |
Dernière Mise à Jour | 2015-01-22 |
Date de Publication | 2015-01-22 |
Évaluation | 2.00/5 Total 4 Évaluations |
Développeur | IDS LLC |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |