Trello Card Dependencies V2.0

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

O que é Trello Card Dependencies V2.0?

Trello Card Dependencies V2.0 é uma extensão do Chrome desenvolvida por jiemakel, e sua principal característica é "Modification of https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm".

Baixar o arquivo CRX da Extensão Trello Card Dependencies V2.0

Baixe arquivos de extensão Trello Card Dependencies V2.0 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Trello Card Dependencies V2.0 Trello Card Dependencies V2.0
ID oofmekkkjbnppfcefaggnempnijifmjk
URL Oficial https://chrome.google.com/webstore/detail/trello-card-dependencies/oofmekkkjbnppfcefaggnempnijifmjk
Descrição Modification of https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm
Tamanho do Arquivo 144 KB
Contagem de Instalações 116
Versão Atual 2.2
Última Atualização 2017-10-23
Data de Publicação 2017-10-23
Classificação 3.75/5 Total de 4 Avaliações
Desenvolvedor jiemakel
Tipo de Pagamento free
Site da Extensão https://github.com/jiemakel/Trello-Card-Dependencies/
Idiomas Suportados 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"
            ]
        }
    ]
}