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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
        ]
    }
}