Spinbackup - Backup for Google Apps™
Cloud-to-cloud backup for your Gmail™, Google Drive™, Google Calendar™, Google Contacts™ and Google+ Photos™.
Was ist Spinbackup - Backup for Google Apps™?
Spinbackup - Backup for Google Apps™ ist eine Chrome-Erweiterung, die von https://spinbackup.com entwickelt wurde, und ihr Hauptmerkmal ist "Cloud-to-cloud backup for your Gmail™, Google Drive™, Google Calendar™, Google Contacts™ and Google+ Photos™.".
Erweiterungsscreenshots
Spinbackup - Backup for Google Apps™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Spinbackup - Backup for Google Apps™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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™.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dcpfikeandlilcbpcjbemnjkiippclop |
Offizielle URL | https://chrome.google.com/webstore/detail/spinbackup-backup-for-goo/dcpfikeandlilcbpcjbemnjkiippclop |
Beschreibung | Cloud-to-cloud backup for your Gmail™, Google Drive™, Google Calendar™, Google Contacts™ and Google+ Photos™. |
Dateigröße | 535 KB |
Installationsanzahl | 247 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2015-06-12 |
Veröffentlichungsdatum | 2015-06-12 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://spinbackup.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://spinbackup.com |
Hilfeseite URL | https://spinbackup.com/support.html |
URL der Datenschutzrichtlinien-Seite | https://spinbackup.com/privacy |
Unterstützte Sprachen | 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" } } |