Jira HotLinker
Jira HotLinker, quick access to Jira metadata when hovering over ticket numbers!
什么是Jira HotLinker?
Jira HotLinker是由https://dhwillem.com开发的Chrome扩展程序,该扩展的主要功能是“Jira HotLinker, quick access to Jira metadata when hovering over ticket numbers!”。
扩展截图
下载Jira HotLinker扩展crx文件
下载Jira HotLinker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will show a tooltip when hovering over a jira ticket number on github or a ticket link. The tooltip is enabled on github.com by default, you can add new domains by clicking on the extension icon or in the option menu. New ! : - Copy past the ticket title to clipboard thanks to @ https://github.com/kaspars-ozols - Github enterprise support for pull requests ! - Security updates Features: - Title and Link to Jira - Related pull requests - Descriptions - Attachments - Issue type / status / priority - Comment count and plain text comments - Configure domains where the plugin is active by clicking on the extension icon. - Pin a ticket on the screen by dragging the title Privacy Features: - Does not store any user data what so ever - Only requires access to the websites where you want to use the plugin. - Does not ask for your jira password or user name ! Should also work on google docs all tough that is currently experimental.
扩展基本信息
名称 | Jira HotLinker |
ID | lbifpcpomdegljfpfhgfcjdabbeallhk |
官方URL | https://chromewebstore.google.com/detail/jira-hotlinker/lbifpcpomdegljfpfhgfcjdabbeallhk |
简介 | Jira HotLinker, quick access to Jira metadata when hovering over ticket numbers! |
文件大小 | 674 KB |
安装次数 | 1,952 |
当前版本 | 1.8.0 |
更新时间 | 2022-02-22 |
上架时间 | 2019-08-14 |
评分 | 4.76/5 共17次评分 |
开发者 | https://dhwillem.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/helmus/Jira-Hot-Linker |
帮助页面URL | https://github.com/helmus/Jira-Hot-Linker/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jira HotLinker", "description": "Jira HotLinker, quick access to Jira metadata when hovering over ticket numbers!", "version": "1.8.0", "manifest_version": 2, "icons": { "128": "resources\/jiralink128.png" }, "browser_action": { "default_title": "Click to always search for tickets on this page" }, "minimum_chrome_version": "60", "background": { "scripts": [ "build\/background.js" ], "persistent": false }, "web_accessible_resources": [ "resources\/*" ], "optional_permissions": [ "*:\/\/*\/*" ], "permissions": [ "activeTab", "declarativeContent", "https:\/\/github.com\/", "storage" ], "options_ui": { "page": "options\/options.html", "chrome_style": true } } |