Rizzoma Tasks for Google Calendar™

Copies your Tasks to Google Calendar™ automatically.

什麼是Rizzoma Tasks for Google Calendar™?

Rizzoma Tasks for Google Calendar™是由Rizzoma Team開發的Chrome擴展程式,該擴展的主要功能是“Copies your Tasks to Google Calendar™ automatically.”。

擴展截圖

screenshot

下載Rizzoma Tasks for Google Calendar™擴展crx文件

下載Rizzoma Tasks for Google Calendar™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Want to get reminders when your tasks in rizzoma are due? Want to see your rizzoma tasks on your Google Calendar™?

This extension automatically copies your rizzoma tasks with deadlines to your Google Calendar™ every few minutes. So you can get your usual reminders on mobile devices or mail directly from your Google Calendar™ :)

Google Calendar™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

擴展基本資訊

名稱 Rizzoma Tasks for Google Calendar™ Rizzoma Tasks for Google Calendar™
ID imhngjdjagdjhgogfpanlambiifbfnam
官方網址 https://chromewebstore.google.com/detail/rizzoma-tasks-for-google/imhngjdjagdjhgogfpanlambiifbfnam
簡介 Copies your Tasks to Google Calendar™ automatically.
檔案大小 63.97 KB
安裝次數 103
目前版本 0.119
更新時間 2015-05-16
上架時間 2015-05-16
評分 3.25/5 共 8 次評分
開發者 Rizzoma Team
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rizzoma Tasks for Google Calendar\u2122",
    "version": "0.119",
    "manifest_version": 2,
    "description": "Copies your Tasks to Google Calendar\u2122 automatically.",
    "icons": {
        "48": "img\/rizzoma-48x48.png",
        "128": "img\/rizzoma-128x128.png"
    },
    "browser_action": {
        "default_icon": "img\/rizzoma-48x48.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/rizzoma.com\/*",
                "https:\/\/rizzoma.com\/*"
            ],
            "js": [
                "lib\/jquery-1.10.2.min.js",
                "js\/rizzoma-pages\/find-authentification-token.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "http:\/\/rizzoma.com\/*",
        "https:\/\/rizzoma.com\/*",
        "identity"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCiTY42snTUNx3fkbX+01f8PynNrsTIwhMM7PobglBn\/DOKrRj56dCPt\/HHvaC2Ibk5TlA2so91I4Ts24PNGoI+KCRJ5AhuQean2FkyvIW4gmrBSevqq1B+G30QiwOToTPtK9A+fUVoGBL5L0pKHInLRBVVEH9+EgeeMXCMtU5\/CQIDAQAB",
    "oauth2": {
        "client_id": "1048982964232-l7hcnj8iavs51t390t50bugicarbfhja.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    }
}