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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…"입니다.

확장 프로그램 스크린샷

screenshot

External #id links for Trello 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}