UBBox PDF Download

Allows you to download PDFs from UB Box.

Apa itu UBBox PDF Download?

UBBox PDF Download adalah ekstensi Chrome yang dikembangkan oleh ms, dan fitur utamanya adalah "Allows you to download PDFs from UB Box.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi UBBox PDF Download

Unduh file ekstensi UBBox PDF Download dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama UBBox PDF Download UBBox PDF Download
ID npjkbdoebbfobpmadmbafpbhncohpikd
URL Resmi https://chromewebstore.google.com/detail/ubbox-pdf-download/npjkbdoebbfobpmadmbafpbhncohpikd
Deskripsi Allows you to download PDFs from UB Box.
Ukuran File 15.95 KB
Jumlah Instalasi 120
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-04-13
Tanggal Publikasi 2019-04-13
Pengembang ms
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}