Spinbackup - Backup for Google Apps™
Cloud-to-cloud backup for your Gmail™, Google Drive™, Google Calendar™, Google Contacts™ and Google+ Photos™.
Spinbackup - Backup for Google Apps™とは何ですか?
Spinbackup - Backup for Google Apps™はhttps://spinbackup.comによって開発されたChromeの拡張機能で、その主な機能は「Cloud-to-cloud backup for your Gmail™, Google Drive™, Google Calendar™, Google Contacts™ and Google+ Photos™.」です。
拡張機能のスクリーンショット
Spinbackup - Backup for Google Apps™拡張機能のCRXファイルをダウンロード
Spinbackup - Backup for Google Apps™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Spinbackup protects your SaaS data against data loss disasters. It provides cloud-to-cloud backup, disaster recovery and data migration solutions for your Google services. Both Individual Google users and Google Apps™ (Domain) organizations are supported by Spinbackup. You can use Chrome application or Chrome extention to easily access your backed up data with a click. Fast, Secure, Automated Daily Backup for your Gmail™, Google Drive™, Google Calendar™, Google Contacts™ and Google+ Photos™.
拡張機能の基本情報
名前 | |
ID | dcpfikeandlilcbpcjbemnjkiippclop |
公式URL | https://chrome.google.com/webstore/detail/spinbackup-backup-for-goo/dcpfikeandlilcbpcjbemnjkiippclop |
説明 | Cloud-to-cloud backup for your Gmail™, Google Drive™, Google Calendar™, Google Contacts™ and Google+ Photos™. |
ファイルサイズ | 535 KB |
インストール数 | 247 |
現在のバージョン | 1.1.2 |
最終更新日 | 2015-06-12 |
公開日 | 2015-06-12 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://spinbackup.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://spinbackup.com |
ヘルプページのURL | https://spinbackup.com/support.html |
プライバシーポリシーページのURL | https://spinbackup.com/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spinbackup - Backup for Google Apps\u2122", "description": "Cloud-to-cloud backup for your Gmail\u2122, Google Drive\u2122, Google Calendar\u2122, Google Contacts\u2122 and Google+ Photos\u2122.", "version": "1.1.2", "browser_action": { "default_icon": "data\/icons\/i128x128.png", "default_title": "Spinbackup" }, "permissions": [ "activeTab", "tabs", "bookmarks", "browsingData", "tabs", "webRequest", "https:\/\/spinbackup.com\/*", "https:\/\/*.googleusercontent.com\/*" ], "background": { "scripts": [ "\/data\/js\/main\/jquery.min.js", "\/data\/js\/sb.js", "background.js" ], "persistent": true }, "icons": { "128": "data\/icons\/i128x128.png", "19": "data\/icons\/i19x19.png" } } |