Bug 2 Trello
Import bug information to a Trello card.
Bug 2 Trello란 무엇입니까?
Bug 2 Trello은(는) https://blog.andrewsomething.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import bug information to a Trello card."입니다.
확장 프로그램 스크린샷
Bug 2 Trello 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bugs 2 Trello is a Chrome extension to add bugs/issues to a Trello board. It currently supports Launchpad, GitHub, SourceForge, Google Code, BitBucket, Debian's BTS, and some Bugzilla instances. Bugs 2 Trello is open source software. It is released under the MIT license. The code is available on GitHub, and you can report bugs there. https://github.com/andrewsomething/bug2trello
확장 프로그램 기본 정보
이름 | Bug 2 Trello |
ID | aomnoofmdnaccffobkddehcmdihggcke |
공식 URL | https://chromewebstore.google.com/detail/bug-2-trello/aomnoofmdnaccffobkddehcmdihggcke |
설명 | Import bug information to a Trello card. |
파일 크기 | 114 KB |
설치 횟수 | 179 |
현재 버전 | 0.7 |
최근 업데이트 | 2017-05-09 |
출시 날짜 | 2017-05-08 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | https://blog.andrewsomething.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://blog.andrewsomething.com/2013/06/13/introducing-bug-2-trello/ |
도움말 페이지 URL | https://github.com/andrewsomething/bug2trello/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bug 2 Trello", "short_name": "bug2trello", "version": "0.7", "description": "Import bug information to a Trello card.", "icons": { "32": "icons\/icon-32.png", "128": "icons\/icon-128.png" }, "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "browser_action": { "default_title": "Bug 2 Trello", "default_icon": "icons\/icon-32.png", "default_popup": "popup\/popup.html" }, "permissions": [ "notifications", "tabs", "https:\/\/*\/", "http:\/\/*\/" ], "web_accessible_resources": [ "options\/options.html" ], "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'" } |