Scrum Timer
Scrum Timer
Scrum Timer란 무엇입니까?
Scrum Timer은(는) wangcong1221에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrum Timer"입니다.
확장 프로그램 스크린샷
Scrum Timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Scrum Timer Version 1.4: Fix some issues. Version 1.3: User could config their own urls. Version 1.2: Only available for sapjira.wdf.sap.corp. Steps to use: 1. Install the extension. 2. Open your jira (for now only support sapjira.wdf.sap.corp) and you will see the extension's button enlightened. 3. Click on the button "Daily Scrum" and you will see the extension on the head of the page. 4. For each backlog just click the "GO!" button to start counting down. 5. Click on the button "Daily Scrum" again to close the extension. 6. You could configure the time in extension options page. Support: [email protected]
확장 프로그램 기본 정보
이름 | Scrum Timer |
ID | nnbobiopmflhekiicebfiohdfbdgbgbi |
공식 URL | https://chromewebstore.google.com/detail/scrum-timer/nnbobiopmflhekiicebfiohdfbdgbgbi |
설명 | Scrum Timer |
파일 크기 | 226 KB |
설치 횟수 | 49 |
현재 버전 | 1.4 |
최근 업데이트 | 2018-11-06 |
출시 날짜 | 2018-11-05 |
개발자 | wangcong1221 |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/I322871 |
도움말 페이지 URL | https://github.com/I322871 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scrum Timer", "version": "1.4", "description": "Scrum Timer", "permissions": [ "activeTab", "storage", "declarativeContent" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/panda.png", "32": "img\/panda.png", "48": "img\/panda.png", "128": "img\/panda.png" } }, "icons": { "16": "img\/panda.png", "32": "img\/panda.png", "48": "img\/panda.png", "128": "img\/panda.png" }, "manifest_version": 2 } |