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…

Cleaner Asana क्या है?

Cleaner Asana Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cleaner Asana एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Cleaner Asana Cleaner Asana
ID dcmogcohhefjhokcopianocadbadkkle
आधिकारिक URL https://chromewebstore.google.com/detail/cleaner-asana/dcmogcohhefjhokcopianocadbadkkle
विवरण Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…
फ़ाइल का आकार 18.53 KB
स्थापना संख्या 32
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2018-08-13
प्रकाशन तिथि 2018-08-13
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/psherwinnicholls/cleanerasana
सहायता पृष्ठ URL https://github.com/psherwinnicholls/cleanerasana/issues
समर्थित भाषाएँ 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"
    ]
}