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.

O que é Copy-to-Trello?

Copy-to-Trello é uma extensão do Chrome desenvolvida por marrijeen1214, e sua principal característica é "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.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Copy-to-Trello

Baixe arquivos de extensão Copy-to-Trello no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Copy-to-Trello Copy-to-Trello
ID eadnohgkalgkbmhiehaonnjekbdfeldi
URL Oficial https://chromewebstore.google.com/detail/copy-to-trello/eadnohgkalgkbmhiehaonnjekbdfeldi
Descrição 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.
Tamanho do Arquivo 15.15 KB
Contagem de Instalações 671
Versão Atual 1.0.5
Última Atualização 2023-06-29
Data de Publicação 2020-12-09
Classificação 3.93/5 Total de 15 Avaliações
Desenvolvedor marrijeen1214
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://sites.google.com/view/extensions-privacy
Idiomas Suportados 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"
    ]
}