Trello Card Dependencies V2.0

Modification of https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm

Trello Card Dependencies V2.0 là gì?

Trello Card Dependencies V2.0 là một tiện ích mở rộng Chrome được phát triển bởi jiemakel, và tính năng chính của nó là "Modification of https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm".

Tải xuống tệp CRX của tiện ích mở rộng Trello Card Dependencies V2.0

Tải xuống các tệp mở rộng Trello Card Dependencies V2.0 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

                        Updated version of Trello Card Dependencies (https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm). In this version, dependencies are not recorded as DependsOn(shortLink) in the description field. Instead, they are human readable and actionable full links inside a "Dependencies" checklist. In addition, one can highlight cards based on their label or associated members.                    

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

Tên Trello Card Dependencies V2.0 Trello Card Dependencies V2.0
ID oofmekkkjbnppfcefaggnempnijifmjk
URL Chính Thức https://chrome.google.com/webstore/detail/trello-card-dependencies/oofmekkkjbnppfcefaggnempnijifmjk
Mô tả Modification of https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm
Kích Thước Tệp 144 KB
Số Lần Cài Đặt 116
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2017-10-23
Ngày Phát Hành 2017-10-23
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển jiemakel
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jiemakel/Trello-Card-Dependencies/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Card Dependencies V2.0",
    "description": "Modification of https:\/\/chrome.google.com\/webstore\/detail\/trello-card-dependencies\/ddhnhdoghhfoeceiohphm",
    "version": "2.2",
    "permissions": [
        "http:\/\/trello.com\/b*",
        "https:\/\/trello.com\/b*",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "index.html",
        "icon.png",
        "inline.plugin.js",
        "https:\/\/ssl.google-analytics.com\/ga.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/inline.plugin.js",
                "lib\/d3.v3.js",
                "lib\/linq.js",
                "trello\/transformer.js",
                "inVis.js",
                "trello\/TrelloDepView.js",
                "trello\/client.js"
            ]
        }
    ]
}