IDS Server

IDS Server browser plug-in.

什么是IDS Server?

IDS Server是由IDS LLC开发的Chrome扩展程序,该扩展的主要功能是“IDS Server browser plug-in.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 IDS Server IDS Server
ID heemmlhkhdppoankkjldbmnfnoanemlj
官方URL 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"
    ]
}