Jira Watcher

The best extension to take control of your Jira issues.

What is Jira Watcher?

Jira Watcher is a Chrome extension developed by Ciro Miranda, and its main feature is "The best extension to take control of your Jira issues.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Jira Watcher Extension CRX File

Download Jira Watcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Jira Watcher Jira Watcher
ID aibfblhmamolcamgjgbbfjjjligbknmf
Official URL https://chromewebstore.google.com/detail/jira-watcher/aibfblhmamolcamgjgbbfjjjligbknmf
Description The best extension to take control of your Jira issues.
File Size 407 KB
Installation Count 191
Current Version 1.0.0
Last Updated 2015-06-09
Publish Date 2015-06-09
Rating 3.25/5 Total 4 Ratings
Developer Ciro Miranda
Payment Type free
Supported Languages 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:\/\/*\/"
    ]
}