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…

Wat is External #id links for Trello?

External #id links for Trello is een Chrome-extensie ontwikkeld door Jonathan Gotti, en de belangrijkste functie is "Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie External #id links for Trello

Download External #id links for Trello-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam External #id links for Trello External #id links for Trello
ID moglieipohafoofeibjajmlilecbhpeh
Officiële URL https://chromewebstore.google.com/detail/external-id-links-for-tre/moglieipohafoofeibjajmlilecbhpeh
Beschrijving Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…
Bestandsgrootte 15.45 KB
Aantal Installaties 19
Huidige Versie 0.0.4
Laatst Bijgewerkt 2014-03-17
Publicatiedatum 2014-03-17
Ontwikkelaar Jonathan Gotti
Betalingswijze free
Extensiewebsite https://github.com/malko/chrome-extension-trello-id-external-links
Help Pagina-URL https://github.com/malko/chrome-extension-trello-id-external-links/issues
Ondersteunde Talen 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"
}