Jira Watcher

The best extension to take control of your Jira issues.

O que é Jira Watcher?

Jira Watcher é uma extensão do Chrome desenvolvida por Ciro Miranda, e sua principal característica é "The best extension to take control of your Jira issues.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Jira Watcher

Baixe arquivos de extensão Jira Watcher 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

                        This extension allows you to keep close attention to a specific list of issues. You can configure a custom JQL query that  keeps you updated with the changes made to the effected issues. Get notifications when issues are commented or when they change state. Have better control of your sprints or any list of issues that you want to keep an eye out right on the browser.                    

Informações Básicas da Extensão

Nome Jira Watcher Jira Watcher
ID aibfblhmamolcamgjgbbfjjjligbknmf
URL Oficial https://chromewebstore.google.com/detail/jira-watcher/aibfblhmamolcamgjgbbfjjjligbknmf
Descrição The best extension to take control of your Jira issues.
Tamanho do Arquivo 407 KB
Contagem de Instalações 191
Versão Atual 1.0.0
Última Atualização 2015-06-09
Data de Publicação 2015-06-09
Classificação 3.25/5 Total de 4 Avaliações
Desenvolvedor Ciro Miranda
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira Watcher",
    "description": "The best extension to take control of your Jira issues.",
    "version": "1.0.0",
    "icons": {
        "128": "images\/JIRA_navy.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "build\/html\/popup.html"
    },
    "background": {
        "scripts": [
            "build\/js\/bg_compiled.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "build\/html\/options.html"
    ],
    "permissions": [
        "background",
        "notifications",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}