Jira HotLinker
Jira HotLinker, quick access to Jira metadata when hovering over ticket numbers!
Jira HotLinker là gì?
Jira HotLinker là một tiện ích mở rộng Chrome được phát triển bởi https://dhwillem.com, và tính năng chính của nó là "Jira HotLinker, quick access to Jira metadata when hovering over ticket numbers!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jira HotLinker
Tải xuống các tệp mở rộng Jira HotLinker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jira HotLinker |
ID | lbifpcpomdegljfpfhgfcjdabbeallhk |
URL Chính Thức | https://chromewebstore.google.com/detail/jira-hotlinker/lbifpcpomdegljfpfhgfcjdabbeallhk |
Mô tả | Jira HotLinker, quick access to Jira metadata when hovering over ticket numbers! |
Kích Thước Tệp | 674 KB |
Số Lần Cài Đặt | 1,952 |
Phiên Bản Hiện Tại | 1.8.0 |
Cập Nhật Lần Cuối | 2022-02-22 |
Ngày Phát Hành | 2019-08-14 |
Đánh Giá | 4.76/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | https://dhwillem.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/helmus/Jira-Hot-Linker |
URL Trang Trợ Giúp | https://github.com/helmus/Jira-Hot-Linker/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |