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 |
电子邮箱 | [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" } } |