IDS Server

IDS Server browser plug-in.

Cos'è IDS Server?

IDS Server è un'estensione di Chrome sviluppata da IDS LLC, e la sua funzione principale è "IDS Server browser plug-in.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IDS Server

Scarica i file di estensione IDS Server in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome IDS Server IDS Server
ID heemmlhkhdppoankkjldbmnfnoanemlj
URL Ufficiale https://chromewebstore.google.com/detail/ids-server/heemmlhkhdppoankkjldbmnfnoanemlj
Descrizione IDS Server browser plug-in.
Dimensione del File 22.12 KB
Conteggio Installazioni 1,870
Versione Corrente 4.8.2.21235
Ultimo Aggiornamento 2015-01-22
Data di Pubblicazione 2015-01-22
Valutazione 2.00/5 Totale 4 Valutazioni
Sviluppatore IDS LLC
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}