JIRA watcher

Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the…

What is JIRA watcher?

JIRA watcher is a Chrome extension developed by Andy, and its main feature is "Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the…".

Extension Screenshots

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

                        Now you will not miss important changes in your JIRA filter.
JIRA watcher is a useful extension which helps you keep track of the changes in your JIRA filter each 10 seconds such as new task(s) or new status of tasks. Extension displays the number of changed tasks. Also you can click on extension and see the list of changes and open any task if you need.
How to use:
- create new filter in your JIRA account 
- open JIRA extension and write your JIRA domain
- find your filter and click start button 
- you'll be informed about any changes via notifications, enjoy!                    

Extension Basic Information

Name JIRA watcher JIRA watcher
ID iiajffelcclpfiphgmhmkbfbbaiadpbm
Official URL https://chromewebstore.google.com/detail/jira-watcher/iiajffelcclpfiphgmhmkbfbbaiadpbm
Description Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the…
File Size 232 KB
Installation Count 81
Current Version 2.0
Last Updated 2020-09-30
Publish Date 2016-06-16
Rating 4.00/5 Total 1 Ratings
Developer Andy
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JIRA watcher",
    "version": "2.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/jira16.png",
        "48": "images\/jira48.png",
        "128": "images\/jira128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/*\/",
        "notifications"
    ],
    "browser_action": {
        "default_title": "JIRA watcher",
        "default_icon": "images\/jira.png",
        "default_popup": "index.html"
    }
}