Plus for Trello (time track, reports)

Reports, Timers, hashtags, offline, burn-downs, spent vs estimate by card, list, board, user, team, history and more!

Plus for Trello (time track, reports)란 무엇입니까?

Plus for Trello (time track, reports)은(는) NefkingSoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reports, Timers, hashtags, offline, burn-downs, spent vs estimate by card, list, board, user, team, history and more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Plus for Trello (time track, reports) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Plus extends trello.com since 2013

reports & charts • card counts
custom fields • due dates • offline
export • burn-downs • timers • scrum
spent & estimate per user or card
metrics at any level and much more!

No ads • Open Source
Built-in help tours in 8 languages.
Also for Firefox, iPhone, Android, Safari, Edge with the app, webapp and power-up light versions.

see plusfortrello.com for more.

- Fast and tightly integrated with Trello.

- Reports and charts for cards, labels, due dates, lists, boards, teams...

- Highly customizable reports, charts, pivots and burn-downs with grouping, stacking and filters.

- Customize card backgrounds with label colors.

- Track your team's daily 'Spent' progress as users reach their 'Estimates'.

- Assign estimates to users or globally per card. Transfer estimates.

- Track and Chart estimation changes.

- Also supports the "Scrum for Trello" format in card titles and checklist tasks.

- Enter card Spent and Estimate for you or assign to other users even from mobile!

- Spent Timers stay always on top, even if you close Chrome or don't open Trello!

- Detect increased or decreased Estimates, stalled cards, Due dates, Cards in the wrong list.

- Card counts and Spent/Estimate/Remaining custom stacked charts, reports, burndowns.

- Chrome Plus Menu with one-click access even when offline:
 - Search all boards and cards.
 - Detect users not entering Spent on-time.
 - View new team S/E entries and modifications since your last review.
 - All your boards and cards.
 - Daily/weekly/monthly/yearly spent by user, board, team, labels...
 - Use reports, charts and burn-downs anytime without leaving the current web page.

- Multiple teams sharing boards and managers with multiple teams.

- Export reports to the clipboard, Excel or CSV files. Paste reports and pivots on emails or spreadsheets.

- Export charts as PNG images.

- Timers inside cards, or enter spent/estimate with the Plus card bar, from the mobile app or the power-up.

- Integrated contextual drill-down charts and reports inside Trello.

-  Seamless sync with Trello and your team.

- Much more! updated weekly.

FAQ:
http://www.plusfortrello.com/p/faq.html

News:
https://plus.google.com/collection/khxOc

Privacy policy:
http://www.plusfortrello.com/p/privacy-policy.html

Full change history:
http://www.plusfortrello.com/p/change-log.html

End-user licence agreement (EULA):
http://www.plusfortrello.com/p/eula-plus-for-trello-end-user-license.html

Trello includes Plus in their documentation:
https://trello.com/c/BEmlErgN/141-plus-for-trello
http://help.trello.com/article/941-time-tracking

Plus source code:
https://github.com/zmandel/Plus-for-Trello

Note: The makers of this extension are not associated with Atlassian.                    

확장 프로그램 기본 정보

이름 Plus for Trello (time track, reports) Plus for Trello (time track, reports)
ID gjjpophepkbhejnglcmkdnncmaanojkf
공식 URL https://chrome.google.com/webstore/detail/plus-for-trello-time-trac/gjjpophepkbhejnglcmkdnncmaanojkf
설명 Reports, Timers, hashtags, offline, burn-downs, spent vs estimate by card, list, board, user, team, history and more!
파일 크기 1.43 MB
설치 횟수 50,849
현재 버전 6.0.10
최근 업데이트 2023-07-24
출시 날짜 2020-03-13
평점 4.75/5 총 866 개의 평점
개발자 NefkingSoft
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.plusfortrello.com
도움말 페이지 URL https://trello.com/b/0jHOl1As/plus-for-trello-help
지원되는 언어 en,fr,nl,vi,da,es,pt-BR,pt-PT,ru,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "Plus for Trello",
    "version": "6.0.10",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "offline_enabled": true,
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/www.plusfortrello.com",
    "oauth2": {
        "client_id": "147493868263-rau69q6puvkskc83li1neonnbo0aelp9.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/spreadsheets.google.com\/feeds",
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png"
        },
        "default_title": "Plus for Trello",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "labels.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "libs\/jquery-ui.custom.min.js",
                "libs\/jquery.cookie.js",
                "libs\/jquery.zoomooz.js",
                "libs\/jsapi.js",
                "libs\/formatchart.js",
                "libs\/jquery.grumble.js",
                "libs\/dialog-polyfill.js",
                "libs\/jquery.tablesorter.js",
                "libs\/select2.full.min.js",
                "shared.js",
                "sharedmobile.js",
                "sharedsync.js",
                "app.js",
                "card.js",
                "cardetransfer.js",
                "labels.js",
                "labels.js",
                "language.js",
                "help.js",
                "buttons.js",
                "plus.js",
                "plusconfig.js",
                "board.js",
                "tour.js",
                "translations.js"
            ],
            "css": [
                "css\/style.css",
                "css\/colors.css",
                "css\/tooltip.css",
                "css\/grumble.css",
                "css\/dialog-polyfill.css",
                "css\/tablesorter.css",
                "css\/jquery-ui-custom.min.css",
                "css\/select2.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.gif",
        "*.html",
        "manifest.json",
        "css\/images\/*.gif",
        "stripe-wrap.js"
    ],
    "optional_permissions": [
        "https:\/\/*.stripe.com\/",
        "https:\/\/*.cloudfunctions.net\/",
        "clipboardWrite",
        "https:\/\/spreadsheets.google.com\/",
        "https:\/\/ssl.google-analytics.com\/",
        "https:\/\/www.googleapis.com\/",
        "bookmarks"
    ],
    "permissions": [
        "identity",
        "storage",
        "unlimitedStorage",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/trello.com\/",
        "https:\/\/trello.com\/1\/*"
    ]
}