Spinbackup - Backup for Google Apps™
Cloud-to-cloud backup for your Gmail™, Google Drive™, Google Calendar™, Google Contacts™ and Google+ Photos™.
Co to jest Spinbackup - Backup for Google Apps™?
Spinbackup - Backup for Google Apps™ to rozszerzenie Chrome opracowane przez https://spinbackup.com, a jego główną funkcją jest „Cloud-to-cloud backup for your Gmail™, Google Drive™, Google Calendar™, Google Contacts™ and Google+ Photos™.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Spinbackup - Backup for Google Apps™
Pobierz pliki rozszerzeń Spinbackup - Backup for Google Apps™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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™.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dcpfikeandlilcbpcjbemnjkiippclop |
Oficjalny URL | https://chrome.google.com/webstore/detail/spinbackup-backup-for-goo/dcpfikeandlilcbpcjbemnjkiippclop |
Opis | Cloud-to-cloud backup for your Gmail™, Google Drive™, Google Calendar™, Google Contacts™ and Google+ Photos™. |
Rozmiar pliku | 535 KB |
Liczba instalacji | 247 |
Aktualna Wersja | 1.1.2 |
Ostatnia Aktualizacja | 2015-06-12 |
Data Publikacji | 2015-06-12 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://spinbackup.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://spinbackup.com |
Adres URL Strony Pomocy | https://spinbackup.com/support.html |
Adres URL Strony Polityki Prywatności | https://spinbackup.com/privacy |
Obsługiwane Języki | 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" } } |