Scrum Timer
Scrum Timer
Scrum Timerとは何ですか?
Scrum Timerはwangcong1221によって開発されたChromeの拡張機能で、その主な機能は「Scrum Timer」です。
拡張機能のスクリーンショット
Scrum Timer拡張機能のCRXファイルをダウンロード
Scrum Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 } |