Story Point Estimations for Google Meet
Quick story point estimation for team members
Story Point Estimations for Google Meetคืออะไร?
Story Point Estimations for Google Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย simon.bradley1993 และคุณลักษณะหลักของมันคือ "Quick story point estimation for team members"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Story Point Estimations for Google Meet
ดาวน์โหลดไฟล์ส่วนขยาย Story Point Estimations for Google Meet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows team members to submit their story point estimations during a Google Meet. This also includes reaction notifications for thumbs up, down and to raise your hand to ask a question.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Story Point Estimations for Google Meet |
ID | ficpbkgajgjgblpohlpmlmoijiablgll |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/story-point-estimations-f/ficpbkgajgjgblpohlpmlmoijiablgll |
คำอธิบาย | Quick story point estimation for team members |
ขนาดไฟล์ | 19.17 MB |
จำนวนการติดตั้ง | 118 |
เวอร์ชันปัจจุบัน | 1.3.3 |
อัปเดตครั้งล่าสุด | 2021-05-17 |
วันที่เผยแพร่ | 2020-09-29 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | simon.bradley1993 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Story Point Estimations for Google Meet", "version": "1.3.3", "description": "Quick story point estimation for team members", "content_scripts": [ { "matches": [ "*:\/\/meet.google.com\/**-**-**" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ "dist\/*", "img\/*", "inject.js" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/48.png" }, "externally_connectable": { "matches": [ "*:\/\/meet.google.com\/**-**-**" ] } } |