AnyTrans for Cloud

iMobie AnyTrans for Cloud

Was ist AnyTrans for Cloud?

AnyTrans for Cloud ist eine Chrome-Erweiterung, die von iMobie entwickelt wurde, und ihr Hauptmerkmal ist "iMobie AnyTrans for Cloud".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

AnyTrans for Cloud-Erweiterungs-CRX-Datei herunterladen

Laden Sie AnyTrans for Cloud-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AnyTrans for Cloud AnyTrans for Cloud
ID ppbckeeiljnkadpiolhcgbhipdpgccji
Offizielle URL https://chrome.google.com/webstore/detail/anytrans-for-cloud/ppbckeeiljnkadpiolhcgbhipdpgccji
Beschreibung iMobie AnyTrans for Cloud
Dateigröße 63.65 KB
Installationsanzahl 860
Aktuelle Version 1.0
Letztes Update 2018-08-10
Veröffentlichungsdatum 2018-08-10
Bewertung 2.50/5 Insgesamt 2 Bewertungen
Entwickler iMobie
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.imobie.com/anytrans/cloud-manager.htm
Hilfeseite URL https://www.imobie.com/anytrans/cloud-manager.htm
URL der Datenschutzrichtlinien-Seite https://www.imobie.com/company/privacy.htm
Unterstützte Sprachen 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"
        }
    ]
}