IDS Server

IDS Server browser plug-in.

Что такое IDS Server?

IDS Server - это расширение Chrome, разработанное IDS LLC, и его основная функция - "IDS Server browser plug-in.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения IDS Server

Скачайте файлы расширений 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"
    ]
}