Migrate from Box to Dropbox

Easily stop making the mistake of going to the wrong cloud

Cos'è Migrate from Box to Dropbox?

Migrate from Box to Dropbox è un'estensione di Chrome sviluppata da richardkmark, e la sua funzione principale è "Easily stop making the mistake of going to the wrong cloud".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Migrate from Box to Dropbox

Scarica i file di estensione Migrate from Box to Dropbox 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

                        Easily stop making the mistake of going to the wrong cloud                    

Informazioni di Base sull'Estensione

Nome Migrate from Box to Dropbox Migrate from Box to Dropbox
ID ejpmchgmnjmjjgfakjjklpllhdjhokop
URL Ufficiale https://chromewebstore.google.com/detail/migrate-from-box-to-dropb/ejpmchgmnjmjjgfakjjklpllhdjhokop
Descrizione Easily stop making the mistake of going to the wrong cloud
Dimensione del File 13.4 KB
Conteggio Installazioni 81
Versione Corrente 0.1
Ultimo Aggiornamento 2019-04-12
Data di Pubblicazione 2019-04-11
Sviluppatore richardkmark
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Migrate from Box to Dropbox",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/*.box.com\/*",
        "*:\/\/box.com\/*",
        "webRequestBlocking"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}