JIRA Worklog Helper
Makes tracking and logging time easy for JIRA users.
O que é JIRA Worklog Helper?
JIRA Worklog Helper é uma extensão do Chrome desenvolvida por Robert Pate, e sua principal característica é "Makes tracking and logging time easy for JIRA users.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JIRA Worklog Helper
Baixe arquivos de extensão JIRA Worklog Helper 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
Click the clock to start tracking your time. When you want to stop just go to whatever ticket you want to log that time against and click the clock again. It fills out the time for you! It can even log work against tickets selected in your agile/greenhopper boards. No authentication necessary and no special permissions needed. Source code at https://github.com/robertpateii/jira-worklog-helper
Informações Básicas da Extensão
Nome | JIRA Worklog Helper |
ID | nifjniggknfiammmgoiokjdkjiffadap |
URL Oficial | https://chromewebstore.google.com/detail/jira-worklog-helper/nifjniggknfiammmgoiokjdkjiffadap |
Descrição | Makes tracking and logging time easy for JIRA users. |
Tamanho do Arquivo | 56.19 KB |
Contagem de Instalações | 394 |
Versão Atual | 1.0 |
Última Atualização | 2015-11-02 |
Data de Publicação | 2015-11-02 |
Classificação | 4.78/5 Total de 9 Avaliações |
Desenvolvedor | Robert Pate |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JIRA Worklog Helper", "version": "1.0", "description": "Makes tracking and logging time easy for JIRA users.", "background": { "scripts": [ "eventPage.js" ] }, "browser_action": { "default_icon": "off-19.png", "default_title": "Click to toggle the timer." }, "permissions": [ "storage", "activeTab" ], "icons": { "48": "off-48.png", "128": "off-128.png" }, "manifest_version": 2 } |