Asana Productivity Hacks

Several Asana hacks that make your life more productive!

Asana Productivity Hacksคืออะไร?

Asana Productivity Hacks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dennis Paagman และคุณลักษณะหลักของมันคือ "Several Asana hacks that make your life more productive!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Asana Productivity Hacks

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

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

                        This small extension is here to increase your Asana productivity, it:

- Introduces "Silent mode", which removes the unread inbox notifications
- Introduces "meeting mode", which reduces visual clutter when using Asana in meetings
- Introduces an "Inbox" switch, which completely hides your inbox so you can focus on work
- Introduces a "Home" switch, which hides the new Home feature in the menu bar.

Next to that, the extension:

Makes private tasks more prominent with a red background, making sure you never accidentaly create private tasks anymore.
Makes project and tags in the task list more clear (wider) on large screens.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Asana Productivity Hacks Asana Productivity Hacks
ID aednamkkbmbonmnmohjfhgmekggbnjlh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/asana-productivity-hacks/aednamkkbmbonmnmohjfhgmekggbnjlh
คำอธิบาย Several Asana hacks that make your life more productive!
ขนาดไฟล์ 8.97 KB
จำนวนการติดตั้ง 117
เวอร์ชันปัจจุบัน 0.17
อัปเดตครั้งล่าสุด 2020-06-06
วันที่เผยแพร่ 2020-06-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Dennis Paagman
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Asana Productivity Hacks",
    "short_name": "Asana Productivity Hacks",
    "description": "Several Asana hacks that make your life more productive!",
    "version": "0.17",
    "author": "Dennis Paagman",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/app.asana.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.asana.com\/*"
            ],
            "css": [
                "asana-hacks.css"
            ],
            "js": [
                "asana-hacks.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "name": "Asana hack settings",
        "default_icon": "icon.png",
        "default_popup": "settings.html"
    }
}