UBBox PDF Download

Allows you to download PDFs from UB Box.

Cos'è UBBox PDF Download?

UBBox PDF Download è un'estensione di Chrome sviluppata da ms, e la sua funzione principale è "Allows you to download PDFs from UB Box.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione UBBox PDF Download

Scarica i file di estensione UBBox PDF Download 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

                        Some PDF downloads are broken on Box. This add-on redirects the download button to the actual PDF file for such PDFs so you can download it yourself. When the border of the download button is green, it is ready to be clicked.                    

Informazioni di Base sull'Estensione

Nome UBBox PDF Download UBBox PDF Download
ID npjkbdoebbfobpmadmbafpbhncohpikd
URL Ufficiale https://chromewebstore.google.com/detail/ubbox-pdf-download/npjkbdoebbfobpmadmbafpbhncohpikd
Descrizione Allows you to download PDFs from UB Box.
Dimensione del File 15.95 KB
Conteggio Installazioni 120
Versione Corrente 1.0
Ultimo Aggiornamento 2019-04-13
Data di Pubblicazione 2019-04-13
Sviluppatore ms
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UBBox PDF Download",
    "version": "1.0",
    "description": "Allows you to download PDFs from UB Box.",
    "permissions": [
        "webRequest",
        "*:\/\/buffalo.app.box.com\/v\/*",
        "*:\/\/dl.boxcloud.com\/api\/2.0\/internal_files\/*\/pdf\/content\/*"
    ],
    "icons": {
        "48": "icon48.png",
        "64": "icon64.png"
    },
    "background": {
        "scripts": [
            "ubbox.js"
        ]
    }
}