dopcode Collector
레드마인 일감을 Google Tasks에 할 일로 등록하여 Google Calendar에 등록된 일정으로 작업 내역을 정리할 수 있습니다.
Wat is dopcode Collector?
dopcode Collector is een Chrome-extensie ontwikkeld door https://blog.dopcode.org, en de belangrijkste functie is "레드마인 일감을 Google Tasks에 할 일로 등록하여 Google Calendar에 등록된 일정으로 작업 내역을 정리할 수 있습니다.".
Extensie Screenshots
Download het CRX-bestand van de extensie dopcode Collector
Download dopcode Collector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
dopcode Collector는 Google Tasks와 Google Calendar를 이용하여 Redmine 이슈를 효과적으로 관리하도록 도와줍니다. - Redmine 이슈를 한 번의 클릭으로 Google Tasks에 할 일로 등록합니다. - Google Calendar에 Event를 기록하면 한 번의 클릭으로 작업 이력을 정리합니다.
Basisinformatie over de Extensie
Naam | dopcode Collector |
ID | jakmoodghgpgbcjahbpnlknjhlmnckel |
Officiële URL | https://chromewebstore.google.com/detail/dopcode-collector/jakmoodghgpgbcjahbpnlknjhlmnckel |
Beschrijving | 레드마인 일감을 Google Tasks에 할 일로 등록하여 Google Calendar에 등록된 일정으로 작업 내역을 정리할 수 있습니다. |
Bestandsgrootte | 70.4 KB |
Aantal Installaties | 24 |
Huidige Versie | 0.0.44 |
Laatst Bijgewerkt | 2017-07-22 |
Publicatiedatum | 2017-07-22 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://blog.dopcode.org |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |