Jira Watcher
The best extension to take control of your Jira issues.
¿Qué es Jira Watcher?
Jira Watcher es una extensión de Chrome desarrollada por Ciro Miranda, y su función principal es "The best extension to take control of your Jira issues.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Jira Watcher
Descarga archivos de extensión Jira Watcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Jira Watcher |
ID | aibfblhmamolcamgjgbbfjjjligbknmf |
URL Oficial | https://chromewebstore.google.com/detail/jira-watcher/aibfblhmamolcamgjgbbfjjjligbknmf |
Descripción | The best extension to take control of your Jira issues. |
Tamaño del Archivo | 407 KB |
Cantidad de Instalaciones | 191 |
Versión Actual | 1.0.0 |
Última Actualización | 2015-06-09 |
Fecha de Publicación | 2015-06-09 |
Calificación | 3.25/5 Total de 4 Calificaciones |
Desarrollador | Ciro Miranda |
Tipo de Pago | free |
Idiomas Soportados | 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:\/\/*\/" ] } |