QNAP Download Station Manager

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

Qu'est-ce que QNAP Download Station Manager ?

QNAP Download Station Manager est une extension Chrome développée par Valentin Levshits, et sa fonction principale est "QNAP Download Station Manager allows you to add links to QNAP download station".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension QNAP Download Station Manager

Téléchargez les fichiers d'extension QNAP Download Station Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom QNAP Download Station Manager QNAP Download Station Manager
ID agbfjhjpdmkibfdlbpjmlmhdkbmcgjpm
URL Officiel https://chromewebstore.google.com/detail/qnap-download-station-man/agbfjhjpdmkibfdlbpjmlmhdkbmcgjpm
Description QNAP Download Station Manager allows you to add links to QNAP download station
Taille du Fichier 794 KB
Nombre d'Installations 136
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-12-29
Date de Publication 2023-12-02
Évaluation 1.00/5 Total 1 Évaluations
Développeur Valentin Levshits
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}