Transfer files from Google Drive to Dropbox and vice versa.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Transfer GoogleDrive to Dropbox",
"description": "Transfer files from Google Drive to Dropbox and vice versa.",
"version": "1.0.0.7",
"manifest_version": 3,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg95hVDG9xd/jfxzCFAzWgfz0uwedqehijCFgqL3v359VvH12OSbLP4WBTX5RAyckKtMCsnLf7KWIyZUDawy+gu9ETeTCbKfXc9QbE76GqSEbBLNimLIVaYyL7fuzQp8FrTsszyq6NvdoW+y7JteAejRRztrduiHOiGrMGEqR32kSCKVQl4hDq++yUP1bI64tCzuGJ+HYofrF6KJOtjGJzT+qo8/u5zNVc7TCtHvh7UmQ/GrlRdtK5x1VgTSS+gDybU1Ab+Un8BMe/xp0MwKvbQAJ21b8uJTcV8OpgzcKtHtzXC9+DnIH4m0IIreWEqXwXHkYnFYCypS5v0zizYqlfwIDAQAB",
"permissions": [
"cookies",
"identity"
],
"host_permissions": [
"https://www.imanacloud.com/"
],
"action": {
"default_popup": "main.html",
"default_icon": {
"16": "/img/logo/logo16.png",
"32": "/img/logo/logo32.png",
"48": "/img/logo/logo48.png",
"128": "/img/logo/logo128.png"
}
},
"icons": {
"16": "/img/logo/logo16.png",
"32": "/img/logo/logo32.png",
"48": "/img/logo/logo48.png",
"128": "/img/logo/logo128.png"
}
}