dopcode Collector

레드마인 일감을 Google Tasks에 할 일로 등록하여 Google Calendar에 등록된 일정으로 작업 내역을 정리할 수 있습니다.

What is dopcode Collector?

dopcode Collector is a Chrome extension developed by https://blog.dopcode.org, and its main feature is "레드마인 일감을 Google Tasks에 할 일로 등록하여 Google Calendar에 등록된 일정으로 작업 내역을 정리할 수 있습니다.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download dopcode Collector Extension CRX File

Download dopcode Collector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        dopcode Collector는 Google Tasks와 Google Calendar를 이용하여 Redmine 이슈를 효과적으로 관리하도록 도와줍니다.
  - Redmine 이슈를 한 번의 클릭으로 Google Tasks에 할 일로 등록합니다.
  - Google Calendar에 Event를 기록하면 한 번의 클릭으로 작업 이력을 정리합니다.                    

Extension Basic Information

Name dopcode Collector dopcode Collector
ID jakmoodghgpgbcjahbpnlknjhlmnckel
Official URL https://chromewebstore.google.com/detail/dopcode-collector/jakmoodghgpgbcjahbpnlknjhlmnckel
Description 레드마인 일감을 Google Tasks에 할 일로 등록하여 Google Calendar에 등록된 일정으로 작업 내역을 정리할 수 있습니다.
File Size 70.4 KB
Installation Count 24
Current Version 0.0.44
Last Updated 2017-07-22
Publish Date 2017-07-22
Rating 5.00/5 Total 2 Ratings
Developer https://blog.dopcode.org
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "description": "\ub808\ub4dc\ub9c8\uc778 \uc77c\uac10\uc744 Google Tasks\uc5d0 \ud560 \uc77c\ub85c \ub4f1\ub85d\ud558\uc5ec Google Calendar\uc5d0 \ub4f1\ub85d\ub41c \uc77c\uc815\uc73c\ub85c \uc791\uc5c5 \ub0b4\uc5ed\uc744 \uc815\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk92mS3tl\/OJHzQpbr3accT94k5taQZUR4mNqGoAxtrCfUgXogOcfX3\/ol\/P0OidouhhAStRfhrcxwEDxUO7Gln\/sZSMPnhNu6+730q5xqT3EaG8K1ReLezriENhIkbuCPr6GVt2496gjWSZVml+\/siDr88y+r+YKqv5pg6nX3d61VKH\/r0thkvvrWpZULL3ZuWu3vg\/PsfXAWYBu0XwaJQO4yPtPRsTudzn0ye3JiYuilA0jR9DuGlK7BKgAWM0+NNfDs0pv4yxqZqvgMiKuDp4zN5BmRrFPAMmepEdlX\/GmIqt5zV3J7zpkVvduZFpx\/\/FhYs6rYvejCeQtyeu4WQIDAQAB",
    "manifest_version": 2,
    "name": "dopcode Collector",
    "oauth2": {
        "client_id": "452825330563-uk8uo0h4pqh5608n5vuna97194da3oev.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/tasks",
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "page_action": {
        "default_icon": "icons\/icon-48.png",
        "default_title": "Google Tasks\uc5d0 \ud560 \uc77c\uc744 \ub4f1\ub85d\ud569\ub2c8\ub2e4."
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "downloads",
        "identity",
        "identity.email",
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "https:\/\/www.googleapis.com\/*",
        "http:\/\/snow.cyberdigm.co.kr\/redmine\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.44"
}