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…

External #id links for Trello क्या है?

External #id links for Trello Jonathan Gotti द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में External #id links for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम External #id links for Trello External #id links for Trello
ID moglieipohafoofeibjajmlilecbhpeh
आधिकारिक URL https://chromewebstore.google.com/detail/external-id-links-for-tre/moglieipohafoofeibjajmlilecbhpeh
विवरण Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…
फ़ाइल का आकार 15.45 KB
स्थापना संख्या 19
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2014-03-17
प्रकाशन तिथि 2014-03-17
डेवलपर Jonathan Gotti
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/malko/chrome-extension-trello-id-external-links
सहायता पृष्ठ URL https://github.com/malko/chrome-extension-trello-id-external-links/issues
समर्थित भाषाएँ 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"
}