Transfer One Google drive to Another

Transfer files from one Google Drive account to another, or to Dropbox, OneDrive, Box and other cloud drives, vice versa.

Transfer One Google drive to Another क्या है?

Transfer One Google drive to Another https://www.multcloud.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transfer files from one Google Drive account to another, or to Dropbox, OneDrive, Box and other cloud drives, vice versa."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Transfer One Google drive to Another एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        MultCloud is a free web-based tool to help transfer, migrate, backup, or sync files from one cloud to another and access all your online files on different clouds with a single login. Over 30 cloud services supported, including: Google Drive, Dropbox, OneDrive, SharePoint, etc. 

Some use cases:
* Transfer files from Dropbox to Google Drive
* Migrate or move data between two Google Drives
* Backup FTP, WebDav to Google Drive
* Sync OneDrive with Google Drive


Key Features:
* Directly transfer files from one cloud to another.
* File transfer in background, allowing you to close browser.
*Transfer cloud data offline without going through compyuter.
* Schedule automatic data transfer between two cloud services.
* Free for cloud-to-cloud transfer and sync.

Website: https://www.multcloud.com
Facebook: http://www.facebook.com/multcloud
Twitter: @multcloud
Customer support: [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Transfer One Google drive to Another Transfer One Google drive to Another
ID ghfcnokfiggoglnikomdhhbhhlkmoelb
आधिकारिक URL https://chromewebstore.google.com/detail/transfer-one-google-drive/ghfcnokfiggoglnikomdhhbhhlkmoelb
विवरण Transfer files from one Google Drive account to another, or to Dropbox, OneDrive, Box and other cloud drives, vice versa.
फ़ाइल का आकार 228 KB
स्थापना संख्या 1,623
वर्तमान संस्करण 2.1.6
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2019-08-28
रेटिंग 2.80/5 कुल 5 रेटिंग्स
डेवलपर https://www.multcloud.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.multcloud.com/
सहायता पृष्ठ URL https://www.multcloud.com/helps
गोपनीयता नीति पृष्ठ URL https://multcloud.com/policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Transfer One Google drive to Another",
    "description": "Transfer files from one Google Drive account to another, or to Dropbox, OneDrive, Box and other cloud drives, vice versa.",
    "version": "2.1.6",
    "manifest_version": 3,
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/www.multcloud.com\/",
        "https:\/\/app.multcloud.com\/",
        "https:\/\/test.multcloud.com\/"
    ],
    "action": {
        "default_popup": "to-multcloud.html",
        "default_icon": {
            "16": "\/images\/[email protected]",
            "32": "\/images\/[email protected]",
            "48": "\/images\/[email protected]",
            "128": "\/images\/[email protected]"
        }
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "googleDrive.js"
            ],
            "matches": [
                "https:\/\/drive.google.com\/*"
            ]
        },
        {
            "js": [
                "jquery.min.js",
                "dropbox.js"
            ],
            "matches": [
                "https:\/\/www.dropbox.com\/home\/*"
            ]
        },
        {
            "js": [
                "jquery.min.js",
                "oneDrive.js"
            ],
            "matches": [
                "https:\/\/onedrive.live.com\/*",
                "https:\/\/*.sharepoint.com\/*"
            ]
        },
        {
            "js": [
                "jquery.min.js",
                "icloud.js"
            ],
            "matches": [
                "https:\/\/www.icloud.com\/*",
                "https:\/\/www.icloud.com.cn\/*"
            ]
        },
        {
            "js": [
                "jquery.min.js",
                "googlePhotos.js"
            ],
            "matches": [
                "https:\/\/photos.google.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/[email protected]",
        "32": "\/images\/[email protected]",
        "48": "\/images\/[email protected]",
        "128": "\/images\/[email protected]"
    }
}