PM for Trello

PM for Trello helps you build a Trello Board Ready for PM for Trello

PM for Trello là gì?

PM for Trello là một tiện ích mở rộng Chrome được phát triển bởi Frank Turley, và tính năng chính của nó là "PM for Trello helps you build a Trello Board Ready for PM for Trello".

Ả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 PM for Trello

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

                        The main objectives of the PM for Trello extension:
- Add estimated and consumed hours to a card 
- Get overview of hours per list of cards  and for the complete Trello board
- Show text for labels 
- Reorder the labels to suit your PM project
 
Hours Functionality   
- Add estimated hours to a card 
- Add consumed hours to a card  
- Get overview of hours per list of cards  
- Get overview of hours for the complete Trello board
- Choose color for hours 
- Choose to display in hours or days   
 
Labels Functionality  
- Show Label TEXT in a Trello Card
- Re-order the labels
- Filter by label colors

Slim Cards Functionality
- Remove the card's icons and shows only the card name and label

Export Functionality
- Export Trello board to CSV format
- Export Trello board to XLS format

Update: Now you don't have to refresh the page for the features to work correctly                    

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

Tên PM for Trello PM for Trello
ID bpoinaajmddigpifcllncafoienemiid
URL Chính Thức https://chromewebstore.google.com/detail/pm-for-trello/bpoinaajmddigpifcllncafoienemiid
Mô tả PM for Trello helps you build a Trello Board Ready for PM for Trello
Kích Thước Tệp 1.29 MB
Số Lần Cài Đặt 2,207
Phiên Bản Hiện Tại 3.9.2
Cập Nhật Lần Cuối 2021-09-07
Ngày Phát Hành 2020-01-29
Đánh Giá 4.77/5 Tổng số 26 Đánh Giá
Nhà Phát Triển Frank Turley
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mplaza.pm/prince2-for-trello/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "browser_action": {
        "default_icon": "img\/pmlogo_icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "styles\/p3x.css",
                "styles\/trelloprince2.css",
                "styles\/jquery.simplecolorpicker.css"
            ],
            "js": [
                "scripts\/jquery-2.1.4.min.js",
                "scripts\/trello_client.js",
                "scripts\/p3x.js",
                "scripts\/trelloprince2.js",
                "scripts\/juration.js",
                "scripts\/jquery.simplecolorpicker.js",
                "scripts\/jquery.sortable.min.js",
                "scripts\/xls\/xlsx.core.min.js",
                "scripts\/Blob.js",
                "scripts\/FileSaver.min.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/trello.com; object-src 'self'",
    "description": "PM for Trello helps you build a Trello Board Ready for PM for Trello",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu00kkIAH7zDNLPjwEpE\/nXqzWWD5k6UvtH23JFtn9PD7z\/9ZISLTua8okHgPeoYXKyy3+8p9KAyVHWv9B2QY6UH71yd\/vQugtwyBnolypDiFZWZ+UFl8yIXsa2F++qZGg63tNzvJ5cK3Rl+99GO6DRaTpT7skUX4OM5Nb6xUyEBFk0XndYP821bklhs9Ya36nCjs+o82o4QGjhnxiLBUWEQA66en6t7V1cxnRpTvcWYqQVGyrGdZltAHKVv6+aM86YQihmvYKTp3NnKcTQTOnalVvorBvLSQvPVEVcPPet5pFgaJEY0ubhi0Ls2yPGoBHnH6\/1fru9ejae8kTH7W3wIDAQAB",
    "manifest_version": 2,
    "name": "PM for Trello",
    "permissions": [
        "storage",
        "notifications",
        "activeTab",
        "tabs",
        "http:\/\/trello.com\/*",
        "https:\/\/trello.com\/*"
    ],
    "short_name": "P3X",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.9.2",
    "web_accessible_resources": [
        "images\/duration-icon.png",
        "images\/points-done.png",
        "images\/trello-scrum-icon_12x12.png",
        "images\/trello-scrum-icon_18x18.png",
        "images\/updown.png",
        "scripts\/injected.js",
        "images\/labels.png",
        "templates\/template.xlsx"
    ]
}