Scrum 2 Trello

Adds Scrum to your Trello

Scrum 2 Trello là gì?

Scrum 2 Trello là một tiện ích mở rộng Chrome được phát triển bởi Grey Rook GmbH, và tính năng chính của nó là "Adds Scrum to your Trello".

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

screenshot
screenshot
screenshot

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

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

                        This is a forked version of Marcel Duin's and Jasper Kaizer's original version of Scrum for Trello.

Adds Scrum to your Trello

Scrum for Trello adds functionality to the awesome trello.com for use in Scrum projects.                    

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

Tên Scrum 2 Trello Scrum 2 Trello
ID eklnbcfpdppjhpiohbhjolbnolgolknm
URL Chính Thức https://chromewebstore.google.com/detail/scrum-2-trello/eklnbcfpdppjhpiohbhjolbnolgolknm
Mô tả Adds Scrum to your Trello
Kích Thước Tệp 62.23 KB
Số Lần Cài Đặt 109
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-01-03
Ngày Phát Hành 2019-01-03
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Grey Rook GmbH
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/GreyRook/scrum2trello
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scrum 2 Trello",
    "version": "1.2",
    "description": "Adds Scrum to your Trello",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "trelloscrum.js"
            ],
            "css": [
                "trelloscrum.css"
            ]
        }
    ],
    "manifest_version": 2,
    "icons": {
        "128": "trello-scrum-icon.png"
    },
    "web_accessible_resources": [
        "images\/storypoints-icon.png",
        "images\/points-done.png",
        "images\/burndown_for_trello_icon_12x12.png",
        "images\/burndown_for_trello_icon_18x18.png",
        "images\/trello-scrum-icon_12x12.png",
        "images\/trello-scrum-icon_18x18.png"
    ],
    "permissions": [
        "storage"
    ]
}