Migrate from Box to Dropbox

Easily stop making the mistake of going to the wrong cloud

Vad är Migrate from Box to Dropbox?

Migrate from Box to Dropbox är en Chrome-tillägg utvecklad av richardkmark, och dess huvudfunktion är "Easily stop making the mistake of going to the wrong cloud".

Tilläggsskärmbilder

screenshot

Ladda ner Migrate from Box to Dropbox-förlängningens CRX-fil

Ladda ner Migrate from Box to Dropbox-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

                        Easily stop making the mistake of going to the wrong cloud                    

Grundläggande Information om Tillägg

Namn Migrate from Box to Dropbox Migrate from Box to Dropbox
ID ejpmchgmnjmjjgfakjjklpllhdjhokop
Officiell webbadress https://chromewebstore.google.com/detail/migrate-from-box-to-dropb/ejpmchgmnjmjjgfakjjklpllhdjhokop
Beskrivning Easily stop making the mistake of going to the wrong cloud
Filstorlek 13.4 KB
Antal Installationer 81
Aktuell Version 0.1
Senast Uppdaterad 2019-04-12
Publiceringsdatum 2019-04-11
Utvecklare richardkmark
Betalningssätt free
Stödda Språk 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"
    }
}