UBBox PDF Download

Allows you to download PDFs from UB Box.

Vad är UBBox PDF Download?

UBBox PDF Download är en Chrome-tillägg utvecklad av ms, och dess huvudfunktion är "Allows you to download PDFs from UB Box.".

Tilläggsskärmbilder

screenshot

Ladda ner UBBox PDF Download-förlängningens CRX-fil

Ladda ner UBBox PDF Download-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn UBBox PDF Download UBBox PDF Download
ID npjkbdoebbfobpmadmbafpbhncohpikd
Officiell webbadress https://chromewebstore.google.com/detail/ubbox-pdf-download/npjkbdoebbfobpmadmbafpbhncohpikd
Beskrivning Allows you to download PDFs from UB Box.
Filstorlek 15.95 KB
Antal Installationer 120
Aktuell Version 1.0
Senast Uppdaterad 2019-04-13
Publiceringsdatum 2019-04-13
Utvecklare ms
Betalningssätt free
Stödda Språk 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"
        ]
    }
}