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…

What is Cleaner Asana?

Cleaner Asana is a Chrome extension developed by Unknown, and its main feature is "Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…".

Extension Screenshots

screenshot

Download Cleaner Asana Extension CRX File

Download Cleaner Asana extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Cleaner Asana Cleaner Asana
ID dcmogcohhefjhokcopianocadbadkkle
Official URL 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…
File Size 18.53 KB
Installation Count 32
Current Version 0.1.3
Last Updated 2018-08-13
Publish Date 2018-08-13
Rating 1.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/psherwinnicholls/cleanerasana
Help Page URL https://github.com/psherwinnicholls/cleanerasana/issues
Supported Languages 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"
    ]
}