Migrate from Box to Dropbox

Easily stop making the mistake of going to the wrong cloud

Qu'est-ce que Migrate from Box to Dropbox ?

Migrate from Box to Dropbox est une extension Chrome développée par richardkmark, et sa fonction principale est "Easily stop making the mistake of going to the wrong cloud".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Migrate from Box to Dropbox

Téléchargez les fichiers d'extension Migrate from Box to Dropbox 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

                        Easily stop making the mistake of going to the wrong cloud                    

Informations de Base sur l'Extension

Nom Migrate from Box to Dropbox Migrate from Box to Dropbox
ID ejpmchgmnjmjjgfakjjklpllhdjhokop
URL Officiel https://chromewebstore.google.com/detail/migrate-from-box-to-dropb/ejpmchgmnjmjjgfakjjklpllhdjhokop
Description Easily stop making the mistake of going to the wrong cloud
Taille du Fichier 13.4 KB
Nombre d'Installations 81
Version Actuelle 0.1
Dernière Mise à Jour 2019-04-12
Date de Publication 2019-04-11
Développeur richardkmark
Type de Paiement free
Langues Prises en Charge 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"
    }
}