QNAP Download Station Manager

QNAP Download Station Manager allows you to add links to QNAP download station

Cos'è QNAP Download Station Manager?

QNAP Download Station Manager è un'estensione di Chrome sviluppata da Valentin Levshits, e la sua funzione principale è "QNAP Download Station Manager allows you to add links to QNAP download station".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione QNAP Download Station Manager

Scarica i file di estensione QNAP Download Station Manager 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

                        Right click on an URL or a text selection for sending it to QNAP download station.
Configure your QNAP connection settings as well as destination folder and QNAP user login and password. Extension also provides possibility to see list of active downloads.                    

Informazioni di Base sull'Estensione

Nome QNAP Download Station Manager QNAP Download Station Manager
ID agbfjhjpdmkibfdlbpjmlmhdkbmcgjpm
URL Ufficiale https://chromewebstore.google.com/detail/qnap-download-station-man/agbfjhjpdmkibfdlbpjmlmhdkbmcgjpm
Descrizione QNAP Download Station Manager allows you to add links to QNAP download station
Dimensione del File 794 KB
Conteggio Installazioni 136
Versione Corrente 1.0.5
Ultimo Aggiornamento 2023-12-29
Data di Pubblicazione 2023-12-02
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Valentin Levshits
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "QNAP Download Station",
    "name": "QNAP Download Station Manager",
    "description": "QNAP Download Station Manager allows you to add links to QNAP download station",
    "version": "1.0.5",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "32": "icons8-magnet-32.png",
        "48": "icons8-magnet-48.png",
        "64": "icons8-magnet-64.png",
        "128": "icons8-magnet-128.png",
        "512": "icons8-magnet-512.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "QNAP Download Station Manager Settings"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    }
}