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…
Cos'è Cleaner Asana?
Cleaner Asana è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cleaner Asana
Scarica i file di estensione Cleaner Asana in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Cleaner Asana |
ID | dcmogcohhefjhokcopianocadbadkkle |
URL Ufficiale | https://chromewebstore.google.com/detail/cleaner-asana/dcmogcohhefjhokcopianocadbadkkle |
Descrizione | Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this… |
Dimensione del File | 18.53 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2018-08-13 |
Data di Pubblicazione | 2018-08-13 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/psherwinnicholls/cleanerasana |
URL della Pagina di Aiuto | https://github.com/psherwinnicholls/cleanerasana/issues |
Lingue Supportate | 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" ] } |