Jira Watcher
The best extension to take control of your Jira issues.
Jira Watcherとは何ですか?
Jira WatcherはCiro Mirandaによって開発されたChromeの拡張機能で、その主な機能は「The best extension to take control of your Jira issues.」です。
拡張機能のスクリーンショット
Jira Watcher拡張機能のCRXファイルをダウンロード
Jira Watcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Jira Watcher |
ID | aibfblhmamolcamgjgbbfjjjligbknmf |
公式URL | https://chromewebstore.google.com/detail/jira-watcher/aibfblhmamolcamgjgbbfjjjligbknmf |
説明 | The best extension to take control of your Jira issues. |
ファイルサイズ | 407 KB |
インストール数 | 191 |
現在のバージョン | 1.0.0 |
最終更新日 | 2015-06-09 |
公開日 | 2015-06-09 |
評価 | 3.25/5 合計 4 レビュー |
開発者 | Ciro Miranda |
支払い方法 | free |
対応言語 | 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:\/\/*\/" ] } |