Jira Watcher
The best extension to take control of your Jira issues.
Was ist Jira Watcher?
Jira Watcher ist eine Chrome-Erweiterung, die von Ciro Miranda entwickelt wurde, und ihr Hauptmerkmal ist "The best extension to take control of your Jira issues.".
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
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.
Grundlegende Informationen zur Erweiterung
Name | Jira Watcher |
ID | aibfblhmamolcamgjgbbfjjjligbknmf |
Offizielle URL | https://chromewebstore.google.com/detail/jira-watcher/aibfblhmamolcamgjgbbfjjjligbknmf |
Beschreibung | The best extension to take control of your Jira issues. |
Dateigröße | 407 KB |
Installationsanzahl | 191 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2015-06-09 |
Veröffentlichungsdatum | 2015-06-09 |
Bewertung | 3.25/5 Insgesamt 4 Bewertungen |
Entwickler | Ciro Miranda |
Zahlungsart | free |
Unterstützte Sprachen | 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:\/\/*\/" ] } |