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…

Co je External #id links for Trello?

External #id links for Trello je rozšíření Chrome vyvinuté Jonathan Gotti, a jeho hlavní funkcí je „Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření External #id links for Trello

Stáhněte si soubory rozšíření External #id links for Trello ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název External #id links for Trello External #id links for Trello
ID moglieipohafoofeibjajmlilecbhpeh
Oficiální URL https://chromewebstore.google.com/detail/external-id-links-for-tre/moglieipohafoofeibjajmlilecbhpeh
Popis Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…
Velikost souboru 15.45 KB
Počet instalací 19
Aktuální Verze 0.0.4
Poslední Aktualizace 2014-03-17
Datum Vydání 2014-03-17
Vývojář Jonathan Gotti
Typ Platby free
Webové stránky Rozšíření https://github.com/malko/chrome-extension-trello-id-external-links
URL Stránky Nápovědy https://github.com/malko/chrome-extension-trello-id-external-links/issues
Podporované Jazyky 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"
}