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…
Vad är Cleaner Asana?
Cleaner Asana är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…".
Tilläggsskärmbilder
Ladda ner Cleaner Asana-förlängningens CRX-fil
Ladda ner Cleaner Asana-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Cleaner Asana |
ID | dcmogcohhefjhokcopianocadbadkkle |
Officiell webbadress | https://chromewebstore.google.com/detail/cleaner-asana/dcmogcohhefjhokcopianocadbadkkle |
Beskrivning | Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this… |
Filstorlek | 18.53 KB |
Antal Installationer | 32 |
Aktuell Version | 0.1.3 |
Senast Uppdaterad | 2018-08-13 |
Publiceringsdatum | 2018-08-13 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/psherwinnicholls/cleanerasana |
Hjälpsida URL | https://github.com/psherwinnicholls/cleanerasana/issues |
Stödda Språk | 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" ] } |