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はAndyによって開発された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…」です。
拡張機能のスクリーンショット
JIRA watcher拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |