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…

¿Qué es External #id links for Trello?

External #id links for Trello es una extensión de Chrome desarrollada por Jonathan Gotti, y su función principal es "Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión External #id links for Trello

Descarga archivos de extensión External #id links for Trello en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre 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
Descripción Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…
Tamaño del Archivo 15.45 KB
Cantidad de Instalaciones 19
Versión Actual 0.0.4
Última Actualización 2014-03-17
Fecha de Publicación 2014-03-17
Desarrollador Jonathan Gotti
Tipo de Pago free
Sitio Web de la Extensión https://github.com/malko/chrome-extension-trello-id-external-links
URL de la Página de Ayuda https://github.com/malko/chrome-extension-trello-id-external-links/issues
Idiomas Soportados 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"
}