JIRA Time Tracker Plus
Tracks and logs your work in JIRA.
O que é JIRA Time Tracker Plus?
JIRA Time Tracker Plus é uma extensão do Chrome desenvolvida por Arjay Labadan, e sua principal característica é "Tracks and logs your work in JIRA.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JIRA Time Tracker Plus
Baixe arquivos de extensão JIRA Time Tracker Plus 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
Jira Time Tracker Plus Chrome Extension Features 1. Easily time track and log your work in Jira. 2. 2 display types: Project - display all non-DONE issues of a project. Issue - display all sub-task of any issue type. 3. Switch between projects or issues easily. https://github.com/jayjaydluffy/jira-time-tracker-plus
Informações Básicas da Extensão
Nome | JIRA Time Tracker Plus |
ID | apefmidcficpmimeniaallpkjlnhnicb |
URL Oficial | https://chromewebstore.google.com/detail/jira-time-tracker-plus/apefmidcficpmimeniaallpkjlnhnicb |
Descrição | Tracks and logs your work in JIRA. |
Tamanho do Arquivo | 175 KB |
Contagem de Instalações | 345 |
Versão Atual | 1.0.0 |
Última Atualização | 2017-12-09 |
Data de Publicação | 2017-12-09 |
Desenvolvedor | Arjay Labadan |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jayjaydluffy/jira-time-tracker-plus |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "popup.html" }, "browser_action": { "default_icon": "images\/icon32.png", "default_popup": "popup.html" }, "description": "Tracks and logs your work in JIRA.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png" }, "manifest_version": 2, "name": "JIRA Time Tracker Plus", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "activeTab", "storage", " |