IDS Server

IDS Server browser plug-in.

Vad är IDS Server?

IDS Server är en Chrome-tillägg utvecklad av IDS LLC, och dess huvudfunktion är "IDS Server browser plug-in.".

Tilläggsskärmbilder

screenshot

Ladda ner IDS Server-förlängningens CRX-fil

Ladda ner IDS Server-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn IDS Server IDS Server
ID heemmlhkhdppoankkjldbmnfnoanemlj
Officiell webbadress https://chromewebstore.google.com/detail/ids-server/heemmlhkhdppoankkjldbmnfnoanemlj
Beskrivning IDS Server browser plug-in.
Filstorlek 22.12 KB
Antal Installationer 1,870
Aktuell Version 4.8.2.21235
Senast Uppdaterad 2015-01-22
Publiceringsdatum 2015-01-22
Betyg 2.00/5 Totalt 4 Betyg
Utvecklare IDS LLC
Betalningssätt free
Stödda Språk 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"
    ]
}