Backup and Sync Google Drive to other clouds

Export Google Docs and Sheets to other clouds with one click

Backup and Sync Google Drive to other cloudsとは何ですか?

Backup and Sync Google Drive to other cloudsはhttps://cloudhq.netによって開発されたChromeの拡張機能で、その主な機能は「Export Google Docs and Sheets to other clouds with one click」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Backup and Sync Google Drive to other clouds拡張機能のCRXファイルをダウンロード

Backup and Sync Google Drive to other clouds拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With this browser extension you can save your Google Docs or Google Sheets directly to  other cloud account.

Just click on on "Save to" button in upper right corner of your Google Docs or Google Spreadsheet documents and you will promoted to select destination cloud service.

And after save, you can setup you can setup real-time sync, backup or migration of your Google Drive™ folder with some other cloud services: with no complicated downloads. 

You can also synchronize any folder in your Google Drive with other cloud storage solutions such as Amazon S3, Dropbox, Egnyte, SharePoint, etc. To do this, open the folder in your Google Drive and click on "Sync this folder" to initiate the synchronization wizard.

You can learn more about cloudHQ solutions here: 

cloudHQ website: https://www.cloudhq.net/
Pricing: https://www.cloudhq.net/pricing
Support page: https://support.cloudhq.net/
Blog: https://blog.cloudhq.net                    

拡張機能の基本情報

名前 Backup and Sync Google Drive to other clouds Backup and Sync Google Drive to other clouds
ID iobcbdgacfkninlcbphihhdlkobkehia
公式URL https://chromewebstore.google.com/detail/backup-and-sync-google-dr/iobcbdgacfkninlcbphihhdlkobkehia
説明 Export Google Docs and Sheets to other clouds with one click
ファイルサイズ 349 KB
インストール数 70,000
現在のバージョン 1.4.2.10
最終更新日 2024-02-18
公開日 2020-05-13
評価 4.21/5 合計 551 レビュー
開発者 https://cloudhq.net
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.cloudhq.net
ヘルプページのURL http://support.cloudhq.net
プライバシーポリシーページのURL https://www.cloudhq.net/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Backup and Sync Google Drive to other clouds",
    "short_name": "Save Google Docs",
    "description": "Export Google Docs and Sheets to other clouds with one click",
    "version": "1.4.2.10",
    "author": "https:\/\/www.cloudhq.net",
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/file_browser.css",
                "stylesheets\/main.css"
            ],
            "include_globs": [],
            "matches": [
                "http:\/\/docs.google.com\/*",
                "https:\/\/docs.google.com\/*",
                "http:\/\/drive.google.com\/*",
                "https:\/\/drive.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "background"
    ],
    "host_permissions": [
        "https:\/\/drive.google.com\/",
        "https:\/\/docs.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "javascripts\/*",
                "icons\/*",
                "*"
            ],
            "matches": [
                "*:\/\/*.cloudhq.net\/*",
                "*:\/\/drive.google.com\/*",
                "*:\/\/docs.google.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "action": {
        "default_icon": "icons\/icon-128x128.png",
        "default_title": "Save Google Docs",
        "default_popup": "popup.html"
    }
}