IDS Server
IDS Server browser plug-in.
什麼是IDS Server?
IDS Server是由IDS LLC開發的Chrome擴展程式,該擴展的主要功能是“IDS Server browser plug-in.”。
擴展截圖
下載IDS Server擴展crx文件
下載IDS Server擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | heemmlhkhdppoankkjldbmnfnoanemlj |
官方網址 | https://chromewebstore.google.com/detail/ids-server/heemmlhkhdppoankkjldbmnfnoanemlj |
簡介 | IDS Server browser plug-in. |
檔案大小 | 22.12 KB |
安裝次數 | 1,870 |
目前版本 | 4.8.2.21235 |
更新時間 | 2015-01-22 |
上架時間 | 2015-01-22 |
評分 | 2.00/5 共 4 次評分 |
開發者 | IDS LLC |
付費類型 | free |
支援的語言 | 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" ] } |