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…

Qu'est-ce que JIRA watcher ?

JIRA watcher est une extension Chrome développée par Andy, et sa fonction principale est "Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension JIRA watcher

Téléchargez les fichiers d'extension JIRA watcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom JIRA watcher JIRA watcher
ID iiajffelcclpfiphgmhmkbfbbaiadpbm
URL Officiel 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…
Taille du Fichier 232 KB
Nombre d'Installations 81
Version Actuelle 2.0
Dernière Mise à Jour 2020-09-30
Date de Publication 2016-06-16
Évaluation 4.00/5 Total 1 Évaluations
Développeur Andy
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}