Migrate from Box to Dropbox
Easily stop making the mistake of going to the wrong cloud
What is Migrate from Box to Dropbox?
Migrate from Box to Dropbox is a Chrome extension developed by richardkmark, and its main feature is "Easily stop making the mistake of going to the wrong cloud".
Extension Screenshots
Download Migrate from Box to Dropbox Extension CRX File
Download Migrate from Box to Dropbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Easily stop making the mistake of going to the wrong cloud
Extension Basic Information
Name | Migrate from Box to Dropbox |
ID | ejpmchgmnjmjjgfakjjklpllhdjhokop |
Official URL | https://chromewebstore.google.com/detail/migrate-from-box-to-dropb/ejpmchgmnjmjjgfakjjklpllhdjhokop |
Description | Easily stop making the mistake of going to the wrong cloud |
File Size | 13.4 KB |
Installation Count | 81 |
Current Version | 0.1 |
Last Updated | 2019-04-12 |
Publish Date | 2019-04-11 |
Developer | richardkmark |
Payment Type | free |
Supported Languages | 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" } } |