Story Point Estimations for Google Meet
Quick story point estimation for team members
O que é Story Point Estimations for Google Meet?
Story Point Estimations for Google Meet é uma extensão do Chrome desenvolvida por simon.bradley1993, e sua principal característica é "Quick story point estimation for team members".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Story Point Estimations for Google Meet
Baixe arquivos de extensão Story Point Estimations for Google Meet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Story Point Estimations for Google Meet |
ID | ficpbkgajgjgblpohlpmlmoijiablgll |
URL Oficial | https://chromewebstore.google.com/detail/story-point-estimations-f/ficpbkgajgjgblpohlpmlmoijiablgll |
Descrição | Quick story point estimation for team members |
Tamanho do Arquivo | 19.17 MB |
Contagem de Instalações | 118 |
Versão Atual | 1.3.3 |
Última Atualização | 2021-05-17 |
Data de Publicação | 2020-09-29 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | simon.bradley1993 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/**-**-**" ] } } |