External #id links for Trello

Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…

O que é External #id links for Trello?

External #id links for Trello é uma extensão do Chrome desenvolvida por Jonathan Gotti, e sua principal característica é "Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão External #id links for Trello

Baixe arquivos de extensão External #id links for Trello 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

                        Allow to add dynamic external links to trello cards title when refering to external references by #idReference
(usefull to create external links to an issue tracker)

This extension is in no mean affiliated to Trello or FogCreek                    

Informações Básicas da Extensão

Nome External #id links for Trello External #id links for Trello
ID moglieipohafoofeibjajmlilecbhpeh
URL Oficial https://chromewebstore.google.com/detail/external-id-links-for-tre/moglieipohafoofeibjajmlilecbhpeh
Descrição Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…
Tamanho do Arquivo 15.45 KB
Contagem de Instalações 19
Versão Atual 0.0.4
Última Atualização 2014-03-17
Data de Publicação 2014-03-17
Desenvolvedor Jonathan Gotti
Tipo de Pagamento free
Site da Extensão https://github.com/malko/chrome-extension-trello-id-external-links
URL da Página de Ajuda https://github.com/malko/chrome-extension-trello-id-external-links/issues
Idiomas Suportados en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "make-links.js"
            ],
            "matches": [
                "http:\/\/trello.com\/*",
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "External #id links for Trello",
    "options_page": "options.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.4"
}