AnyTrans for Cloud
iMobie AnyTrans for Cloud
What is AnyTrans for Cloud?
AnyTrans for Cloud is a Chrome extension developed by iMobie, and its main feature is "iMobie AnyTrans for Cloud".
Extension Screenshots
Download AnyTrans for Cloud Extension CRX File
Download AnyTrans for Cloud 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
AnyTrans for Cloud is a multi-functional cloud manager. With it, you can manage, transfer, sync and share your content of Google Drive, DropBox, iCloud and more cloud storage services from one handy and secure place.
Extension Basic Information
Name | |
ID | ppbckeeiljnkadpiolhcgbhipdpgccji |
Official URL | https://chrome.google.com/webstore/detail/anytrans-for-cloud/ppbckeeiljnkadpiolhcgbhipdpgccji |
Description | iMobie AnyTrans for Cloud |
File Size | 63.65 KB |
Installation Count | 860 |
Current Version | 1.0 |
Last Updated | 2018-08-10 |
Publish Date | 2018-08-10 |
Rating | 2.50/5 Total 2 Ratings |
Developer | iMobie |
[email protected] | |
Payment Type | free |
Extension Website | https://www.imobie.com/anytrans/cloud-manager.htm |
Help Page URL | https://www.imobie.com/anytrans/cloud-manager.htm |
Privacy Policy Page URL | https://www.imobie.com/company/privacy.htm |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AnyTrans for Cloud", "version": "1.0", "description": "iMobie AnyTrans for Cloud", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/atcicon16.png" }, "permissions": [ "http:\/\/*\/", "bookmarks", "tabs", "history" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/styles.css" ], "js": [ "background.js" ], "run_at": "document_start" } ] } |