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…
Qu'est-ce que Cleaner Asana ?
Cleaner Asana est une extension Chrome développée par Unknown, et sa fonction principale est "Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cleaner Asana
Téléchargez les fichiers d'extension Cleaner Asana au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Cleaner Asana |
ID | dcmogcohhefjhokcopianocadbadkkle |
URL Officiel | https://chromewebstore.google.com/detail/cleaner-asana/dcmogcohhefjhokcopianocadbadkkle |
Description | Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this… |
Taille du Fichier | 18.53 KB |
Nombre d'Installations | 32 |
Version Actuelle | 0.1.3 |
Dernière Mise à Jour | 2018-08-13 |
Date de Publication | 2018-08-13 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/psherwinnicholls/cleanerasana |
URL de la Page d'Aide | https://github.com/psherwinnicholls/cleanerasana/issues |
Langues Prises en Charge | 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" ] } |