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…
Что такое JIRA watcher?
JIRA watcher - это расширение Chrome, разработанное Andy, и его основная функция - "Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the…".
Снимки экрана расширения
Скачать файл CRX расширения JIRA watcher
Скачайте файлы расширений JIRA watcher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | JIRA watcher |
ID | iiajffelcclpfiphgmhmkbfbbaiadpbm |
Официальный URL | https://chromewebstore.google.com/detail/jira-watcher/iiajffelcclpfiphgmhmkbfbbaiadpbm |
Описание | Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the… |
Размер файла | 232 KB |
Количество установок | 81 |
Текущая Версия | 2.0 |
Последнее Обновление | 2020-09-30 |
Дата публикации | 2016-06-16 |
Рейтинг | 4.00/5 Всего 1 оценок |
Разработчик | Andy |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |