Story Point Estimations for Google Meet
Quick story point estimation for team members
Co je Story Point Estimations for Google Meet?
Story Point Estimations for Google Meet je rozšíření Chrome vyvinuté simon.bradley1993, a jeho hlavní funkcí je „Quick story point estimation for team members“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Story Point Estimations for Google Meet
Stáhněte si soubory rozšíření Story Point Estimations for Google Meet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Story Point Estimations for Google Meet |
ID | ficpbkgajgjgblpohlpmlmoijiablgll |
Oficiální URL | https://chromewebstore.google.com/detail/story-point-estimations-f/ficpbkgajgjgblpohlpmlmoijiablgll |
Popis | Quick story point estimation for team members |
Velikost souboru | 19.17 MB |
Počet instalací | 118 |
Aktuální Verze | 1.3.3 |
Poslední Aktualizace | 2021-05-17 |
Datum Vydání | 2020-09-29 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | simon.bradley1993 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/**-**-**" ] } } |