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…

Was ist Cleaner Asana?

Cleaner Asana ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…".

Erweiterungsscreenshots

screenshot

Cleaner Asana-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cleaner Asana-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Cleaner Asana Cleaner Asana
ID dcmogcohhefjhokcopianocadbadkkle
Offizielle URL https://chromewebstore.google.com/detail/cleaner-asana/dcmogcohhefjhokcopianocadbadkkle
Beschreibung Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…
Dateigröße 18.53 KB
Installationsanzahl 32
Aktuelle Version 0.1.3
Letztes Update 2018-08-13
Veröffentlichungsdatum 2018-08-13
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://github.com/psherwinnicholls/cleanerasana
Hilfeseite URL https://github.com/psherwinnicholls/cleanerasana/issues
Unterstützte Sprachen 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"
    ]
}