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