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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } |