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…

What is External #id links for Trello?

External #id links for Trello is a Chrome extension developed by Jonathan Gotti, and its main feature is "Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…".

Extension Screenshots

screenshot

Download External #id links for Trello Extension CRX File

Download External #id links for Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name External #id links for Trello External #id links for Trello
ID moglieipohafoofeibjajmlilecbhpeh
Official URL https://chromewebstore.google.com/detail/external-id-links-for-tre/moglieipohafoofeibjajmlilecbhpeh
Description Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…
File Size 15.45 KB
Installation Count 19
Current Version 0.0.4
Last Updated 2014-03-17
Publish Date 2014-03-17
Developer Jonathan Gotti
Payment Type free
Extension Website https://github.com/malko/chrome-extension-trello-id-external-links
Help Page URL https://github.com/malko/chrome-extension-trello-id-external-links/issues
Supported Languages 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"
}