StoryPoint for Asana
track your scrum story points on your Asana board.
StoryPoint for Asanaคืออะไร?
StoryPoint for Asana เป็นส่วนขยายของ Chrome ที่พัฒนาโดย igtm และคุณลักษณะหลักของมันคือ "track your scrum story points on your Asana board."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StoryPoint for Asana
ดาวน์โหลดไฟล์ส่วนขยาย 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": [] } |