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:\/\/*\/" ] } |