Trello Card Dependencies V2.0

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

What is Trello Card Dependencies V2.0?

Trello Card Dependencies V2.0 is a Chrome extension developed by jiemakel, and its main feature is "Modification of https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm".

Download Trello Card Dependencies V2.0 Extension CRX File

Download Trello Card Dependencies V2.0 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Trello Card Dependencies V2.0 Trello Card Dependencies V2.0
ID oofmekkkjbnppfcefaggnempnijifmjk
Official URL https://chrome.google.com/webstore/detail/trello-card-dependencies/oofmekkkjbnppfcefaggnempnijifmjk
Description Modification of https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm
File Size 144 KB
Installation Count 116
Current Version 2.2
Last Updated 2017-10-23
Publish Date 2017-10-23
Rating 3.75/5 Total 4 Ratings
Developer jiemakel
Payment Type free
Extension Website https://github.com/jiemakel/Trello-Card-Dependencies/
Supported Languages 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"
            ]
        }
    ]
}