Asana Productivity Hacks

Several Asana hacks that make your life more productive!

Asana Productivity Hacks là gì?

Asana Productivity Hacks là một tiện ích mở rộng Chrome được phát triển bởi Dennis Paagman, và tính năng chính của nó là "Several Asana hacks that make your life more productive!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Asana Productivity Hacks

Tải xuống các tệp mở rộng Asana Productivity Hacks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Asana Productivity Hacks Asana Productivity Hacks
ID aednamkkbmbonmnmohjfhgmekggbnjlh
URL Chính Thức https://chromewebstore.google.com/detail/asana-productivity-hacks/aednamkkbmbonmnmohjfhgmekggbnjlh
Mô tả Several Asana hacks that make your life more productive!
Kích Thước Tệp 8.97 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 0.17
Cập Nhật Lần Cuối 2020-06-06
Ngày Phát Hành 2020-06-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Dennis Paagman
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}