AnyTrans for Cloud

iMobie AnyTrans for Cloud

Wat is AnyTrans for Cloud?

AnyTrans for Cloud is een Chrome-extensie ontwikkeld door iMobie, en de belangrijkste functie is "iMobie AnyTrans for Cloud".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie AnyTrans for Cloud

Download AnyTrans for Cloud-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AnyTrans for Cloud AnyTrans for Cloud
ID ppbckeeiljnkadpiolhcgbhipdpgccji
Officiële URL https://chrome.google.com/webstore/detail/anytrans-for-cloud/ppbckeeiljnkadpiolhcgbhipdpgccji
Beschrijving iMobie AnyTrans for Cloud
Bestandsgrootte 63.65 KB
Aantal Installaties 860
Huidige Versie 1.0
Laatst Bijgewerkt 2018-08-10
Publicatiedatum 2018-08-10
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar iMobie
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.imobie.com/anytrans/cloud-manager.htm
Help Pagina-URL https://www.imobie.com/anytrans/cloud-manager.htm
URL van de Privacybeleid Pagina https://www.imobie.com/company/privacy.htm
Ondersteunde Talen 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"
        }
    ]
}