IDS Server
IDS Server browser plug-in.
What is IDS Server?
IDS Server is a Chrome extension developed by IDS LLC, and its main feature is "IDS Server browser plug-in.".
Extension Screenshots
Download IDS Server Extension CRX File
Download IDS Server extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | heemmlhkhdppoankkjldbmnfnoanemlj |
Official URL | https://chromewebstore.google.com/detail/ids-server/heemmlhkhdppoankkjldbmnfnoanemlj |
Description | IDS Server browser plug-in. |
File Size | 22.12 KB |
Installation Count | 1,870 |
Current Version | 4.8.2.21235 |
Last Updated | 2015-01-22 |
Publish Date | 2015-01-22 |
Rating | 2.00/5 Total 4 Ratings |
Developer | IDS LLC |
Payment Type | free |
Supported Languages | 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" ] } |