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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export Google Docs and Sheets to other clouds with one click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Backup and Sync Google Drive to other clouds एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 |
ईमेल | [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" } } |