JIRA Buddy
A helper for your most common or day-to-day OnDemand JIRA tasks.
JIRA Buddy란 무엇입니까?
JIRA Buddy은(는) Paulo Ávila에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A helper for your most common or day-to-day OnDemand JIRA tasks."입니다.
확장 프로그램 스크린샷
JIRA Buddy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a trial release intended for the development team I work with. It has passed my tests (I've been using it for months now) so feel free to use it while it's still in beta! This is an open source project: https://github.com/demoive/JIRA-Buddy Please submit bugs and issues on GitHub: https://github.com/demoive/JIRA-Buddy/issues Project Board: https://trello.com/board/jira-buddy/512dfc830265343a150027ad
확장 프로그램 기본 정보
이름 | JIRA Buddy |
ID | nbojmnaggjklggjfddmlognhlchhgblp |
공식 URL | https://chromewebstore.google.com/detail/jira-buddy/nbojmnaggjklggjfddmlognhlchhgblp |
설명 | A helper for your most common or day-to-day OnDemand JIRA tasks. |
파일 크기 | 123 KB |
설치 횟수 | 31 |
현재 버전 | 0.7 |
최근 업데이트 | 2013-03-28 |
출시 날짜 | 2013-03-28 |
개발자 | Paulo Ávila |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JIRA Buddy", "description": "__MSG_extensionDescription__", "version": "0.7", "default_locale": "en", "icons": { "16": "assets\/img\/icon_favicon-infobar.png", "48": "assets\/img\/icon_extension-prefs.png", "128": "assets\/img\/icon_store-dialogs.png" }, "browser_action": { "default_icon": "assets\/img\/browser-button.png", "default_title": "__MSG_browserActionTitle__", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "assets\/js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "https:\/\/*.atlassian.net\/rest\/api\/2\/" ] } |