Notifier for Trello
View, filter and save your Trello notifications as read or unread.
O que é Notifier for Trello?
Notifier for Trello é uma extensão do Chrome desenvolvida por https://cycododge.com, e sua principal característica é "View, filter and save your Trello notifications as read or unread.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Notifier for Trello
Baixe arquivos de extensão Notifier 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
++ Features ++ * Unread Notification Count * Ability to Mark Read or Unread * Filters for All, Unread, Mentions, Comments and Members * Notifications Link to Users, Cards, Boards, etc. * Sound plays when notification arrives.
Informações Básicas da Extensão
Nome | Notifier for Trello |
ID | apgmgifljeljdmgkgklphgmckihimami |
URL Oficial | https://chromewebstore.google.com/detail/notifier-for-trello/apgmgifljeljdmgkgklphgmckihimami |
Descrição | View, filter and save your Trello notifications as read or unread. |
Tamanho do Arquivo | 210 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 2.1.0 |
Última Atualização | 2018-01-18 |
Data de Publicação | 2018-01-18 |
Classificação | 4.10/5 Total de 21 Avaliações |
Desenvolvedor | https://cycododge.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notifier for Trello", "short_name": "Notifier", "version": "2.1.0", "description": "View, filter and save your Trello notifications as read or unread.", "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/icon19.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "https:\/\/*.trello.com\/*", "storage" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 2 } |