Scrum Timer

Scrum Timer

Scrum Timer là gì?

Scrum Timer là một tiện ích mở rộng Chrome được phát triển bởi wangcong1221, và tính năng chính của nó là "Scrum Timer".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scrum Timer

Tải xuống các tệp mở rộng Scrum Timer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scrum Timer Scrum Timer
ID nnbobiopmflhekiicebfiohdfbdgbgbi
URL Chính Thức https://chromewebstore.google.com/detail/scrum-timer/nnbobiopmflhekiicebfiohdfbdgbgbi
Mô tả Scrum Timer
Kích Thước Tệp 226 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2018-11-06
Ngày Phát Hành 2018-11-05
Nhà Phát Triển wangcong1221
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/I322871
URL Trang Trợ Giúp https://github.com/I322871
Ngôn Ngữ Được Hỗ Trợ 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
}