Story Point Estimations for Google Meet
Quick story point estimation for team members
Apa itu Story Point Estimations for Google Meet?
Story Point Estimations for Google Meet adalah ekstensi Chrome yang dikembangkan oleh simon.bradley1993, dan fitur utamanya adalah "Quick story point estimation for team members".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Story Point Estimations for Google Meet
Unduh file ekstensi Story Point Estimations for Google Meet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Story Point Estimations for Google Meet |
ID | ficpbkgajgjgblpohlpmlmoijiablgll |
URL Resmi | https://chromewebstore.google.com/detail/story-point-estimations-f/ficpbkgajgjgblpohlpmlmoijiablgll |
Deskripsi | Quick story point estimation for team members |
Ukuran File | 19.17 MB |
Jumlah Instalasi | 118 |
Versi Saat Ini | 1.3.3 |
Terakhir Diperbarui | 2021-05-17 |
Tanggal Publikasi | 2020-09-29 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | simon.bradley1993 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/**-**-**" ] } } |