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…

Apa itu External #id links for Trello?

External #id links for Trello adalah ekstensi Chrome yang dikembangkan oleh Jonathan Gotti, dan fitur utamanya adalah "Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi External #id links for Trello

Unduh file ekstensi External #id links for Trello dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama External #id links for Trello External #id links for Trello
ID moglieipohafoofeibjajmlilecbhpeh
URL Resmi https://chromewebstore.google.com/detail/external-id-links-for-tre/moglieipohafoofeibjajmlilecbhpeh
Deskripsi Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…
Ukuran File 15.45 KB
Jumlah Instalasi 19
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2014-03-17
Tanggal Publikasi 2014-03-17
Pengembang Jonathan Gotti
Tipe Pembayaran free
Situs Ekstensi https://github.com/malko/chrome-extension-trello-id-external-links
URL Halaman Bantuan https://github.com/malko/chrome-extension-trello-id-external-links/issues
Bahasa yang Didukung 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"
}