Add it for Trello

This extension lets you add new cards to boards/lists and attach the current page as a comment

Что такое Add it for Trello?

Add it for Trello - это расширение Chrome, разработанное wyegelwel, и его основная функция - "This extension lets you add new cards to boards/lists and attach the current page as a comment".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Add it for Trello

Скачайте файлы расширений Add it for Trello в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Add cards to Trello from any page. The extension is fairly simple, the screenshots should explain it all.


Github link: https://github.com/wyegelwel/Trello_It                    

Основная информация о расширении

Название Add it for Trello Add it for Trello
ID gcojdlkfcjmklneaoniagdciohpoblch
Официальный URL https://chromewebstore.google.com/detail/add-it-for-trello/gcojdlkfcjmklneaoniagdciohpoblch
Описание This extension lets you add new cards to boards/lists and attach the current page as a comment
Размер файла 768 KB
Количество установок 132
Текущая Версия 0.3
Последнее Обновление 2015-07-28
Дата публикации 2015-07-27
Рейтинг 4.50/5 Всего 2 оценок
Разработчик wyegelwel
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add it for Trello",
    "description": "This extension lets you add new cards to boards\/lists and attach the current page as a comment",
    "version": "0.3",
    "browser_action": {
        "default_icon": "images\/Trello_it_logo.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.trello.com https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "https:\/\/trello.com\/",
        "https:\/\/api.trello.com\/",
        "tabs"
    ]
}