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…

Apa itu Cleaner Asana?

Cleaner Asana adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cleaner Asana

Unduh file ekstensi Cleaner Asana dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Cleaner Asana Cleaner Asana
ID dcmogcohhefjhokcopianocadbadkkle
URL Resmi https://chromewebstore.google.com/detail/cleaner-asana/dcmogcohhefjhokcopianocadbadkkle
Deskripsi Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…
Ukuran File 18.53 KB
Jumlah Instalasi 32
Versi Saat Ini 0.1.3
Terakhir Diperbarui 2018-08-13
Tanggal Publikasi 2018-08-13
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/psherwinnicholls/cleanerasana
URL Halaman Bantuan https://github.com/psherwinnicholls/cleanerasana/issues
Bahasa yang Didukung 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"
    ]
}