Go JIRA
JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.
什么是Go JIRA?
Go JIRA是由klaufel开发的Chrome扩展程序,该扩展的主要功能是“JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.”。
扩展截图
下载Go JIRA扩展crx文件
下载Go JIRA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards, such as your current sprint, backlog and quickly access any issue.
扩展基本信息
名称 | Go JIRA |
ID | kedgeclbpechdggkikfibghmldgehege |
官方URL | https://chromewebstore.google.com/detail/go-jira/kedgeclbpechdggkikfibghmldgehege |
简介 | JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards. |
文件大小 | 25.2 KB |
安装次数 | 44 |
当前版本 | 1.0.1 |
更新时间 | 2020-11-20 |
上架时间 | 2020-09-24 |
评分 | 5.00/5 共2次评分 |
开发者 | klaufel |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/klaufel/gojira |
帮助页面URL | https://github.com/klaufel/gojira/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Go JIRA", "version": "1.0.1", "description": "JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.", "permissions": [ "activeTab", "declarativeContent", "storage" ], "options_page": "src\/modules\/options\/options.html", "omnibox": { "keyword": "gojira" }, "background": { "page": "src\/modules\/background\/background.html" }, "page_action": { "default_popup": "src\/modules\/popup\/popup.html", "default_icon": { "128": "images\/icon-128.png" } }, "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "32": "images\/icon-32.png", "16": "images\/icon-16.png" }, "minimum_chrome_version": "61", "manifest_version": 2 } |