Add it for Trello

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

O que é Add it for Trello?

Add it for Trello é uma extensão do Chrome desenvolvida por wyegelwel, e sua principal característica é "This extension lets you add new cards to boards/lists and attach the current page as a comment".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Add it for Trello

Baixe arquivos de extensão Add it for 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

                        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                    

Informações Básicas da Extensão

Nome Add it for Trello Add it for Trello
ID gcojdlkfcjmklneaoniagdciohpoblch
URL Oficial https://chromewebstore.google.com/detail/add-it-for-trello/gcojdlkfcjmklneaoniagdciohpoblch
Descrição This extension lets you add new cards to boards/lists and attach the current page as a comment
Tamanho do Arquivo 768 KB
Contagem de Instalações 132
Versão Atual 0.3
Última Atualização 2015-07-28
Data de Publicação 2015-07-27
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor wyegelwel
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}