jHelper / Jira Helper
jHelper (Jira Helper) will help you manage your Jira tickets and provide quick access to them. Take a look at the video on the left!
jHelper / Jira Helper란 무엇입니까?
jHelper / Jira Helper은(는) https://jhelper.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "jHelper (Jira Helper) will help you manage your Jira tickets and provide quick access to them. Take a look at the video on the left!"입니다.
확장 프로그램 스크린샷
jHelper / Jira Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
jHelper is a Chrome Extension thought for anyone who works with Atlassian's Jira: - Have you ever forgot the ticket you were working on? - Have you ever wanted to search quickly through all the tickets you've been working on lately? - Have you ever needed to quickly check on the changes made on a ticket? - Have you ever needed to create a report with the tickets you've been working on? - Have you ever needed to quickly copy and paste the ticket IDs you've been working on? If any of these happened to you, jHelper is the solution. Take a look at the video showing on the left to quickly see it's features. It helped us, we hope it helps you too :-)
확장 프로그램 기본 정보
이름 | jHelper / Jira Helper |
ID | gaolnnddkgbjkdbbbnoccphbjbcogkci |
공식 URL | https://chromewebstore.google.com/detail/jhelper-jira-helper/gaolnnddkgbjkdbbbnoccphbjbcogkci |
설명 | jHelper (Jira Helper) will help you manage your Jira tickets and provide quick access to them. Take a look at the video on the left! |
파일 크기 | 1.15 MB |
설치 횟수 | 435 |
현재 버전 | 0.0.6 |
최근 업데이트 | 2020-05-23 |
출시 날짜 | 2020-05-22 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://jhelper.info |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://jhelper.info |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "jHelper \/ Jira Helper", "description": "jHelper (Jira Helper) will help you manage your Jira tickets and provide quick access to them. Take a look at the video on the left!", "version": "0.0.6", "author": "Mariano Marzullo, Esteban Jelicich and Fernando Gabrieli", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "popup\/icon.png", "default_popup": "popup\/popup.html", "default_title": "Jira Helper" }, "icons": { "16": "popup\/icon.png", "48": "popup\/icon48.png", "128": "popup\/icon128.png" }, "options_page": "popup\/options\/options.html", "background": { "scripts": [] }, "optional_permissions": [], "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "popup\/node_modules\/jquery\/dist\/jquery.min.js", "webpack-bundle-dom.js" ], "css": [] } ] } |