Scrum 2 Trello
Adds Scrum to your Trello
什麼是Scrum 2 Trello?
Scrum 2 Trello是由Grey Rook GmbH開發的Chrome擴展程式,該擴展的主要功能是“Adds Scrum to your Trello”。
擴展截圖
下載Scrum 2 Trello擴展crx文件
下載Scrum 2 Trello擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a forked version of Marcel Duin's and Jasper Kaizer's original version of Scrum for Trello. Adds Scrum to your Trello Scrum for Trello adds functionality to the awesome trello.com for use in Scrum projects.
擴展基本資訊
名稱 | Scrum 2 Trello |
ID | eklnbcfpdppjhpiohbhjolbnolgolknm |
官方網址 | https://chromewebstore.google.com/detail/scrum-2-trello/eklnbcfpdppjhpiohbhjolbnolgolknm |
簡介 | Adds Scrum to your Trello |
檔案大小 | 62.23 KB |
安裝次數 | 109 |
目前版本 | 1.2 |
更新時間 | 2019-01-03 |
上架時間 | 2019-01-03 |
評分 | 4.25/5 共 4 次評分 |
開發者 | Grey Rook GmbH |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/GreyRook/scrum2trello |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scrum 2 Trello", "version": "1.2", "description": "Adds Scrum to your Trello", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "jquery-2.1.4.min.js", "trelloscrum.js" ], "css": [ "trelloscrum.css" ] } ], "manifest_version": 2, "icons": { "128": "trello-scrum-icon.png" }, "web_accessible_resources": [ "images\/storypoints-icon.png", "images\/points-done.png", "images\/burndown_for_trello_icon_12x12.png", "images\/burndown_for_trello_icon_18x18.png", "images\/trello-scrum-icon_12x12.png", "images\/trello-scrum-icon_18x18.png" ], "permissions": [ "storage" ] } |