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é es JIRA watcher?
JIRA watcher es una extensión de Chrome desarrollada por Andy, y su función principal es "Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the…".
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
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!
Información Básica de la Extensión
Nombre | JIRA watcher |
ID | iiajffelcclpfiphgmhmkbfbbaiadpbm |
URL Oficial | https://chromewebstore.google.com/detail/jira-watcher/iiajffelcclpfiphgmhmkbfbbaiadpbm |
Descripción | Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the… |
Tamaño del Archivo | 232 KB |
Cantidad de Instalaciones | 81 |
Versión Actual | 2.0 |
Última Actualización | 2020-09-30 |
Fecha de Publicación | 2016-06-16 |
Calificación | 4.00/5 Total de 1 Calificaciones |
Desarrollador | Andy |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |