StoryPoint for Asana
track your scrum story points on your Asana board.
什么是StoryPoint for Asana?
StoryPoint for Asana是由igtm开发的Chrome扩展程序,该扩展的主要功能是“track your scrum story points on your Asana board.”。
扩展截图
下载StoryPoint for Asana扩展crx文件
下载StoryPoint for Asana扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
track your scrum story points on your Asana board. This is open source project Please feel free to send pull-request to it! https://github.com/igtm/storypoint-for-asana-chrome-ext
扩展基本信息
名称 | StoryPoint for Asana |
ID | ipkcinfcdhhcmibffhlklololceffgnc |
官方URL | https://chromewebstore.google.com/detail/storypoint-for-asana/ipkcinfcdhhcmibffhlklololceffgnc |
简介 | track your scrum story points on your Asana board. |
文件大小 | 26.95 KB |
安装次数 | 1,305 |
当前版本 | 0.0.20 |
更新时间 | 2022-08-17 |
上架时间 | 2020-05-12 |
评分 | 4.63/5 共8次评分 |
开发者 | igtm |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/igtm/storypoint-for-asana-chrome-ext |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StoryPoint for Asana", "version": "0.0.20", "manifest_version": 2, "description": "track your scrum story points on your Asana board.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "js": [ "scripts\/contentscript.js" ], "matches": [ "https:\/\/app.asana.com\/*" ] } ], "permissions": [] } |