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…

Co to jest Cleaner Asana?

Cleaner Asana to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cleaner Asana

Pobierz pliki rozszerzeń Cleaner Asana w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Cleaner Asana Cleaner Asana
ID dcmogcohhefjhokcopianocadbadkkle
Oficjalny URL https://chromewebstore.google.com/detail/cleaner-asana/dcmogcohhefjhokcopianocadbadkkle
Opis Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…
Rozmiar pliku 18.53 KB
Liczba instalacji 32
Aktualna Wersja 0.1.3
Ostatnia Aktualizacja 2018-08-13
Data Publikacji 2018-08-13
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/psherwinnicholls/cleanerasana
Adres URL Strony Pomocy https://github.com/psherwinnicholls/cleanerasana/issues
Obsługiwane Języki 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"
    ]
}