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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://spinbackup.com และคุณลักษณะหลักของมันคือ "Cloud-to-cloud backup for your Gmail™, Google Drive™, Google Calendar™, Google Contacts™ and Google+ Photos™."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spinbackup - Backup for Google Apps™

ดาวน์โหลดไฟล์ส่วนขยาย 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™.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Spinbackup - Backup for Google Apps™ Spinbackup - Backup for Google Apps™
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"
    }
}