Transfer OneDrive to Google drive

Transfer files from OneDrive to Google Drive, or Google Drive to OneDrive without downloading and re-uploading.

Transfer OneDrive to Google drive क्या है?

Transfer OneDrive to Google drive https://www.multcloud.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transfer files from OneDrive to Google Drive, or Google Drive to OneDrive without downloading and re-uploading."।

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

screenshot
screenshot
screenshot

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

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

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

                        MultCloud is a free web-based tool that enables you to easily transfer, migrate, backup, sync or move files from one cloud to another and access all your online files on different clouds with a single login. Over 30 cloud services supported.

Some use cases:
* Transfer files from OneDrive to Google Drive
* Migrate or move data between two Google Drives
* Backup Google Drive to NAS
* Sync OneDrive with Google Drive
* Transfer Google Photos to iCloud


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

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

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

नाम Transfer OneDrive to Google drive Transfer OneDrive to Google drive
ID icgoooidhabdifhoaloddnegillpolkf
आधिकारिक URL https://chromewebstore.google.com/detail/transfer-onedrive-to-goog/icgoooidhabdifhoaloddnegillpolkf
विवरण Transfer files from OneDrive to Google Drive, or Google Drive to OneDrive without downloading and re-uploading.
फ़ाइल का आकार 228 KB
स्थापना संख्या 9,660
वर्तमान संस्करण 2.1.6
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2019-08-28
रेटिंग 3.64/5 कुल 11 रेटिंग्स
डेवलपर 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 OneDrive to Google drive",
    "description": "Transfer files from OneDrive to Google Drive, or Google Drive to OneDrive without downloading and re-uploading.",
    "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]"
    }
}