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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan Gotti และคุณลักษณะหลักของมันคือ "Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย External #id links for Trello

ดาวน์โหลดไฟล์ส่วนขยาย External #id links for Trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}