Transfer Google Drive to Onedrive

Transfer files from Google Drive to Onedrive and vice versa. No download and re-upload.

Transfer Google Drive to Onedrive क्या है?

Transfer Google Drive to Onedrive https://www.multcloud.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transfer files from Google Drive to Onedrive and vice versa. No download and re-upload."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Transfer Google Drive to Onedrive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 Google Drive to Onedrive 
* Migrate or move data between two Google Drives
* Backup Google Drive to NAS
* Sync OneDrive with Google Drive


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 computers.
* 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 Google Drive to Onedrive Transfer Google Drive to Onedrive
ID ojdmenjcdhbnimffnkoebdkbfpjecjja
आधिकारिक URL https://chromewebstore.google.com/detail/transfer-google-drive-to/ojdmenjcdhbnimffnkoebdkbfpjecjja
विवरण Transfer files from Google Drive to Onedrive and vice versa. No download and re-upload.
फ़ाइल का आकार 228 KB
स्थापना संख्या 6,506
वर्तमान संस्करण 2.1.6
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2019-08-28
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर 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 Google Drive to Onedrive",
    "description": "Transfer files from Google Drive to Onedrive and vice versa. No download and re-upload.",
    "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]"
    }
}