Spinbackup - Backup for Google Apps™

Cloud-to-cloud backup for your Gmail™, Google Drive™, Google Calendar™, Google Contacts™ and Google+ Photos™.

Qu'est-ce que Spinbackup - Backup for Google Apps™ ?

Spinbackup - Backup for Google Apps™ est une extension Chrome développée par https://spinbackup.com, et sa fonction principale est "Cloud-to-cloud backup for your Gmail™, Google Drive™, Google Calendar™, Google Contacts™ and Google+ Photos™.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Spinbackup - Backup for Google Apps™

Téléchargez les fichiers d'extension Spinbackup - Backup for Google Apps™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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™.                    

Informations de Base sur l'Extension

Nom Spinbackup - Backup for Google Apps™ Spinbackup - Backup for Google Apps™
ID dcpfikeandlilcbpcjbemnjkiippclop
URL Officiel https://chrome.google.com/webstore/detail/spinbackup-backup-for-goo/dcpfikeandlilcbpcjbemnjkiippclop
Description Cloud-to-cloud backup for your Gmail™, Google Drive™, Google Calendar™, Google Contacts™ and Google+ Photos™.
Taille du Fichier 535 KB
Nombre d'Installations 247
Version Actuelle 1.1.2
Dernière Mise à Jour 2015-06-12
Date de Publication 2015-06-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://spinbackup.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://spinbackup.com
URL de la Page d'Aide https://spinbackup.com/support.html
URL de la Page de Politique de Confidentialité https://spinbackup.com/privacy
Langues Prises en Charge 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"
    }
}