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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Cleaner Asana

ดาวน์โหลดไฟล์ส่วนขยาย Cleaner Asana ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}