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…

Cos'è JIRA watcher?

JIRA watcher è un'estensione di Chrome sviluppata da Andy, e la sua funzione principale è "Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione JIRA watcher

Scarica i file di estensione JIRA watcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome JIRA watcher JIRA watcher
ID iiajffelcclpfiphgmhmkbfbbaiadpbm
URL Ufficiale https://chromewebstore.google.com/detail/jira-watcher/iiajffelcclpfiphgmhmkbfbbaiadpbm
Descrizione Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the…
Dimensione del File 232 KB
Conteggio Installazioni 81
Versione Corrente 2.0
Ultimo Aggiornamento 2020-09-30
Data di Pubblicazione 2016-06-16
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore Andy
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}