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…

Was ist External #id links for Trello?

External #id links for Trello ist eine Chrome-Erweiterung, die von Jonathan Gotti entwickelt wurde, und ihr Hauptmerkmal ist "Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…".

Erweiterungsscreenshots

screenshot

External #id links for Trello-Erweiterungs-CRX-Datei herunterladen

Laden Sie External #id links for Trello-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name External #id links for Trello External #id links for Trello
ID moglieipohafoofeibjajmlilecbhpeh
Offizielle URL https://chromewebstore.google.com/detail/external-id-links-for-tre/moglieipohafoofeibjajmlilecbhpeh
Beschreibung Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…
Dateigröße 15.45 KB
Installationsanzahl 19
Aktuelle Version 0.0.4
Letztes Update 2014-03-17
Veröffentlichungsdatum 2014-03-17
Entwickler Jonathan Gotti
Zahlungsart free
Erweiterungswebsite https://github.com/malko/chrome-extension-trello-id-external-links
Hilfeseite URL https://github.com/malko/chrome-extension-trello-id-external-links/issues
Unterstützte Sprachen 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"
}