Craigslist to Trello

Add items from Craigslist directly into Trello

Что такое Craigslist to Trello?

Craigslist to Trello - это расширение Chrome, разработанное steve.klebanoff, и его основная функция - "Add items from Craigslist directly into Trello".

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

screenshot

Скачать файл CRX расширения Craigslist to Trello

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

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

                        Post items from Craigslist directly to Trello                    

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

Название Craigslist to Trello Craigslist to Trello
ID fleimhcipmfmdmhafmdjnpbhaanhomdo
Официальный URL https://chromewebstore.google.com/detail/craigslist-to-trello/fleimhcipmfmdmhafmdjnpbhaanhomdo
Описание Add items from Craigslist directly into Trello
Размер файла 1.33 MB
Количество установок 15
Текущая Версия 0.3.5
Последнее Обновление 2016-09-03
Дата публикации 2016-09-03
Разработчик steve.klebanoff
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/steveklebanoff/chrome-craigslist-to-trello
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Craigslist to Trello",
    "description": "Add items from Craigslist directly into Trello",
    "version": "0.3.5",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Add Items From Craigslist to Trello"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/api.trello.com\/",
        "activeTab"
    ],
    "web_accessible_resources": [
        "settings.html"
    ]
}