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…
Wat is Cleaner Asana?
Cleaner Asana is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…".
Extensie Screenshots
Download het CRX-bestand van de extensie Cleaner Asana
Download Cleaner Asana-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Cleaner Asana |
ID | dcmogcohhefjhokcopianocadbadkkle |
Officiële URL | https://chromewebstore.google.com/detail/cleaner-asana/dcmogcohhefjhokcopianocadbadkkle |
Beschrijving | Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this… |
Bestandsgrootte | 18.53 KB |
Aantal Installaties | 32 |
Huidige Versie | 0.1.3 |
Laatst Bijgewerkt | 2018-08-13 |
Publicatiedatum | 2018-08-13 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://github.com/psherwinnicholls/cleanerasana |
Help Pagina-URL | https://github.com/psherwinnicholls/cleanerasana/issues |
Ondersteunde Talen | 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" ] } |