UBBox PDF Download

Allows you to download PDFs from UB Box.

Qu'est-ce que UBBox PDF Download ?

UBBox PDF Download est une extension Chrome développée par ms, et sa fonction principale est "Allows you to download PDFs from UB Box.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension UBBox PDF Download

Téléchargez les fichiers d'extension UBBox PDF Download 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

                        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.                    

Informations de Base sur l'Extension

Nom UBBox PDF Download UBBox PDF Download
ID npjkbdoebbfobpmadmbafpbhncohpikd
URL Officiel https://chromewebstore.google.com/detail/ubbox-pdf-download/npjkbdoebbfobpmadmbafpbhncohpikd
Description Allows you to download PDFs from UB Box.
Taille du Fichier 15.95 KB
Nombre d'Installations 120
Version Actuelle 1.0
Dernière Mise à Jour 2019-04-13
Date de Publication 2019-04-13
Développeur ms
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}