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…
Hvad er Cleaner Asana?
Cleaner Asana er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…".
Udvidelsesskærmbilleder
Download Cleaner Asana-udvidelses-CRX-fil
Download Cleaner Asana-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Cleaner Asana |
ID | dcmogcohhefjhokcopianocadbadkkle |
Officiel URL | https://chromewebstore.google.com/detail/cleaner-asana/dcmogcohhefjhokcopianocadbadkkle |
Beskrivelse | Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this… |
Filstørrelse | 18.53 KB |
Antal Installationer | 32 |
Nuværende Version | 0.1.3 |
Senest Opdateret | 2018-08-13 |
Udgivelsesdato | 2018-08-13 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/psherwinnicholls/cleanerasana |
Hjælpeside-URL | https://github.com/psherwinnicholls/cleanerasana/issues |
Understøttede Sprog | 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" ] } |