Trello Feed
Have a full visibility of what is happening in Trello.
O que é Trello Feed?
Trello Feed é uma extensão do Chrome desenvolvida por ynazarov, e sua principal característica é "Have a full visibility of what is happening in Trello.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Trello Feed
Baixe arquivos de extensão Trello Feed 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
Trello Feed will group updates from all your boards and show them in one place so that you wouldn't miss a thing. It will notify you if new updates available, so you can quickly respond to a comment or a task.
Informações Básicas da Extensão
Nome | |
ID | obincefhnenglgklhbehgeeeccjpgccn |
URL Oficial | https://chrome.google.com/webstore/detail/obincefhnenglgklhbehgeeeccjpgccn |
Descrição | Have a full visibility of what is happening in Trello. |
Tamanho do Arquivo | 709 KB |
Contagem de Instalações | 75 |
Versão Atual | 1.1.1 |
Última Atualização | 2017-11-01 |
Data de Publicação | 2017-11-01 |
Classificação | 4.00/5 Total de 3 Avaliações |
Desenvolvedor | ynazarov |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello Feed", "version": "1.1.1", "description": "Have a full visibility of what is happening in Trello.", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "background": { "page": "html\/background.html" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "src\/inject.js" ], "css": [ "css\/modifiedBoards.css" ] } ], "web_accessible_resources": [ "html\/app.html", "icons\/boards.white.svg", "icons\/feed.white.svg" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": [], "permissions": [ "https:\/\/trello.com\/*", "https:\/\/www.google-analytics.com\/", "storage", "tabs", "alarms" ] } |