UBBox PDF Download

Allows you to download PDFs from UB Box.

Wat is UBBox PDF Download?

UBBox PDF Download is een Chrome-extensie ontwikkeld door ms, en de belangrijkste functie is "Allows you to download PDFs from UB Box.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie UBBox PDF Download

Download UBBox PDF Download-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam UBBox PDF Download UBBox PDF Download
ID npjkbdoebbfobpmadmbafpbhncohpikd
Officiële URL https://chromewebstore.google.com/detail/ubbox-pdf-download/npjkbdoebbfobpmadmbafpbhncohpikd
Beschrijving Allows you to download PDFs from UB Box.
Bestandsgrootte 15.95 KB
Aantal Installaties 120
Huidige Versie 1.0
Laatst Bijgewerkt 2019-04-13
Publicatiedatum 2019-04-13
Ontwikkelaar ms
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}