Todaily (for JIRA)

Avoid Wasting Time on Daily Standup Meetings using JIRA

Todaily (for JIRA)란 무엇입니까?

Todaily (for JIRA)은(는) https://www.todaily.club에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Avoid Wasting Time on Daily Standup Meetings using JIRA"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Todaily (for JIRA) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Todaily (for JIRA) Todaily (for JIRA)
ID aidlimhbkbbifgjlihhhakplpgfoljmh
공식 URL https://chromewebstore.google.com/detail/todaily-for-jira/aidlimhbkbbifgjlihhhakplpgfoljmh
설명 Avoid Wasting Time on Daily Standup Meetings using JIRA
파일 크기 476 KB
설치 횟수 23
현재 버전 1.7
최근 업데이트 2020-07-11
출시 날짜 2019-05-20
개발자 https://www.todaily.club
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.todaily.club/
지원되는 언어 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"
    ]
}