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…
Was ist JIRA watcher?
JIRA watcher ist eine Chrome-Erweiterung, die von Andy entwickelt wurde, und ihr Hauptmerkmal ist "Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the…".
Erweiterungsscreenshots
JIRA watcher-Erweiterungs-CRX-Datei herunterladen
Laden Sie JIRA watcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | JIRA watcher |
ID | iiajffelcclpfiphgmhmkbfbbaiadpbm |
Offizielle URL | https://chromewebstore.google.com/detail/jira-watcher/iiajffelcclpfiphgmhmkbfbbaiadpbm |
Beschreibung | Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the… |
Dateigröße | 232 KB |
Installationsanzahl | 81 |
Aktuelle Version | 2.0 |
Letztes Update | 2020-09-30 |
Veröffentlichungsdatum | 2016-06-16 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | Andy |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |