Todaily (for JIRA)

Avoid Wasting Time on Daily Standup Meetings using JIRA

Todaily (for JIRA) là gì?

Todaily (for JIRA) là một tiện ích mở rộng Chrome được phát triển bởi https://www.todaily.club, và tính năng chính của nó là "Avoid Wasting Time on Daily Standup Meetings using JIRA".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Todaily (for JIRA)

Tải xuống các tệp mở rộng Todaily (for JIRA) 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

                        Is your daily stand-up a daily waste of time? do you use JIRA system with the quick filters board per member view? Todaily is a unique Chrome extension that avoids time waisting and makes your Daily Stand-ups effective.

1. Refresh your JIRA board page. (domain should have jira subdomain, for example: "jira.mycompany.com"
2. Note a new button "STANDUP ON/OFF" on the bottom left of the screen. (ON by default)
3. Click on any of the members name (see screenshots)
4. That's it, you should see a countdown :)

NOTE:
- You can use the "STANDUP" button to easily turn on (or off) the extension when your on a stand-up.
- You can edit the Settings via the Chrome Extension icon in your toolbar. (and set your favourite countdown, colours, texts etc)

VIEW DEFAULT SETTINGS:
- Right click the toolbar icon, and select "OPTIONS"

ENJOY!                    

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

Tên Todaily (for JIRA) Todaily (for JIRA)
ID aidlimhbkbbifgjlihhhakplpgfoljmh
URL Chính Thức https://chromewebstore.google.com/detail/todaily-for-jira/aidlimhbkbbifgjlihhhakplpgfoljmh
Mô tả Avoid Wasting Time on Daily Standup Meetings using JIRA
Kích Thước Tệp 476 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2020-07-11
Ngày Phát Hành 2019-05-20
Nhà Phát Triển https://www.todaily.club
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.todaily.club/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Tomer Ovadia \/\/ http:\/\/github.com\/otomer",
    "browser_action": {
        "default_icon": {
            "128": "images\/logo128.png",
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "64": "images\/logo64.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery.min.js",
                "shared\/util.js",
                "shared\/settings.js",
                "shared\/constants.js",
                "shared\/softwares.js",
                "content\/styles.js",
                "content\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Avoid Wasting Time on Daily Standup Meetings using JIRA",
    "icons": {
        "128": "images\/logo128.png",
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "64": "images\/logo64.png"
    },
    "manifest_version": 2,
    "name": "Todaily (for JIRA)",
    "options_page": "options\/options.html",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "short_name": "Todaily",
    "version": "1.7",
    "web_accessible_resources": [
        "*.mp3"
    ]
}