Cleaner Asana
Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…
O que é Cleaner Asana?
Cleaner Asana é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cleaner Asana
Baixe arquivos de extensão Cleaner Asana 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
Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this I've removed unneeded features to hopefully reduce the cognitive load of someone trying to organise their tasks! You may need to refresh on first use
Informações Básicas da Extensão
Nome | Cleaner Asana |
ID | dcmogcohhefjhokcopianocadbadkkle |
URL Oficial | https://chromewebstore.google.com/detail/cleaner-asana/dcmogcohhefjhokcopianocadbadkkle |
Descrição | Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this… |
Tamanho do Arquivo | 18.53 KB |
Contagem de Instalações | 32 |
Versão Atual | 0.1.3 |
Última Atualização | 2018-08-13 |
Data de Publicação | 2018-08-13 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/psherwinnicholls/cleanerasana |
URL da Página de Ajuda | https://github.com/psherwinnicholls/cleanerasana/issues |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Cleaner Asana", "name": "Cleaner Asana", "manifest_version": 2, "version": "0.1.3", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "js": [ "main.js" ], "matches": [ "https:\/\/app.asana.com\/*" ] } ], "permissions": [ "storage" ] } |