Copy-to-Trello

Copy text from anywhere on Chrome to create a new Trello card with the text - Or, just use the interface to create new Trello cards.

Что такое Copy-to-Trello?

Copy-to-Trello - это расширение Chrome, разработанное marrijeen1214, и его основная функция - "Copy text from anywhere on Chrome to create a new Trello card with the text - Or, just use the interface to create new Trello cards.".

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

screenshot

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

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

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

                        Right click on copied text from any website and copy to the body of a new Trello card. Or, just use the simple interface in order to easily create new Trello cards!                    

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

Название Copy-to-Trello Copy-to-Trello
ID eadnohgkalgkbmhiehaonnjekbdfeldi
Официальный URL https://chromewebstore.google.com/detail/copy-to-trello/eadnohgkalgkbmhiehaonnjekbdfeldi
Описание Copy text from anywhere on Chrome to create a new Trello card with the text - Or, just use the interface to create new Trello cards.
Размер файла 15.15 KB
Количество установок 671
Текущая Версия 1.0.5
Последнее Обновление 2023-06-29
Дата публикации 2020-12-09
Рейтинг 3.93/5 Всего 15 оценок
Разработчик marrijeen1214
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://sites.google.com/view/extensions-privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy-to-Trello",
    "version": "1.0.5",
    "description": "Copy text from anywhere on Chrome to create a new Trello card with the text - Or, just use the interface to create new Trello cards.",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}