Story Point Estimations for Google Meet
Quick story point estimation for team members
Wat is Story Point Estimations for Google Meet?
Story Point Estimations for Google Meet is een Chrome-extensie ontwikkeld door simon.bradley1993, en de belangrijkste functie is "Quick story point estimation for team members".
Extensie Screenshots
Download het CRX-bestand van de extensie Story Point Estimations for Google Meet
Download Story Point Estimations for Google Meet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Story Point Estimations for Google Meet |
ID | ficpbkgajgjgblpohlpmlmoijiablgll |
Officiële URL | https://chromewebstore.google.com/detail/story-point-estimations-f/ficpbkgajgjgblpohlpmlmoijiablgll |
Beschrijving | Quick story point estimation for team members |
Bestandsgrootte | 19.17 MB |
Aantal Installaties | 118 |
Huidige Versie | 1.3.3 |
Laatst Bijgewerkt | 2021-05-17 |
Publicatiedatum | 2020-09-29 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | simon.bradley1993 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/**-**-**" ] } } |