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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |