AnyTrans for Cloud
iMobie AnyTrans for Cloud
Cos'è AnyTrans for Cloud?
AnyTrans for Cloud è un'estensione di Chrome sviluppata da iMobie, e la sua funzione principale è "iMobie AnyTrans for Cloud".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AnyTrans for Cloud
Scarica i file di estensione AnyTrans for Cloud in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ppbckeeiljnkadpiolhcgbhipdpgccji |
URL Ufficiale | https://chrome.google.com/webstore/detail/anytrans-for-cloud/ppbckeeiljnkadpiolhcgbhipdpgccji |
Descrizione | iMobie AnyTrans for Cloud |
Dimensione del File | 63.65 KB |
Conteggio Installazioni | 860 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-08-10 |
Data di Pubblicazione | 2018-08-10 |
Valutazione | 2.50/5 Totale 2 Valutazioni |
Sviluppatore | iMobie |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.imobie.com/anytrans/cloud-manager.htm |
URL della Pagina di Aiuto | https://www.imobie.com/anytrans/cloud-manager.htm |
URL della Pagina della Politica sulla Privacy | https://www.imobie.com/company/privacy.htm |
Lingue Supportate | 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" } ] } |