AnyTrans for Cloud
iMobie AnyTrans for Cloud
什么是AnyTrans for Cloud?
AnyTrans for Cloud是由iMobie开发的Chrome扩展程序,该扩展的主要功能是“iMobie AnyTrans for Cloud”。
扩展截图
下载AnyTrans for Cloud扩展crx文件
下载AnyTrans for Cloud扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ppbckeeiljnkadpiolhcgbhipdpgccji |
官方URL | https://chrome.google.com/webstore/detail/anytrans-for-cloud/ppbckeeiljnkadpiolhcgbhipdpgccji |
简介 | iMobie AnyTrans for Cloud |
文件大小 | 63.65 KB |
安装次数 | 860 |
当前版本 | 1.0 |
更新时间 | 2018-08-10 |
上架时间 | 2018-08-10 |
评分 | 2.50/5 共2次评分 |
开发者 | iMobie |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.imobie.com/anytrans/cloud-manager.htm |
帮助页面URL | https://www.imobie.com/anytrans/cloud-manager.htm |
隐私政策页面URL | https://www.imobie.com/company/privacy.htm |
支持的语言 | 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" } ] } |