Scrum Timer
Scrum Timer
O que é Scrum Timer?
Scrum Timer é uma extensão do Chrome desenvolvida por wangcong1221, e sua principal característica é "Scrum Timer".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Scrum Timer
Baixe arquivos de extensão Scrum Timer 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
Scrum Timer Version 1.4: Fix some issues. Version 1.3: User could config their own urls. Version 1.2: Only available for sapjira.wdf.sap.corp. Steps to use: 1. Install the extension. 2. Open your jira (for now only support sapjira.wdf.sap.corp) and you will see the extension's button enlightened. 3. Click on the button "Daily Scrum" and you will see the extension on the head of the page. 4. For each backlog just click the "GO!" button to start counting down. 5. Click on the button "Daily Scrum" again to close the extension. 6. You could configure the time in extension options page. Support: [email protected]
Informações Básicas da Extensão
Nome | Scrum Timer |
ID | nnbobiopmflhekiicebfiohdfbdgbgbi |
URL Oficial | https://chromewebstore.google.com/detail/scrum-timer/nnbobiopmflhekiicebfiohdfbdgbgbi |
Descrição | Scrum Timer |
Tamanho do Arquivo | 226 KB |
Contagem de Instalações | 49 |
Versão Atual | 1.4 |
Última Atualização | 2018-11-06 |
Data de Publicação | 2018-11-05 |
Desenvolvedor | wangcong1221 |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/I322871 |
URL da Página de Ajuda | https://github.com/I322871 |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scrum Timer", "version": "1.4", "description": "Scrum Timer", "permissions": [ "activeTab", "storage", "declarativeContent" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/panda.png", "32": "img\/panda.png", "48": "img\/panda.png", "128": "img\/panda.png" } }, "icons": { "16": "img\/panda.png", "32": "img\/panda.png", "48": "img\/panda.png", "128": "img\/panda.png" }, "manifest_version": 2 } |