Asana Global Task View

Shows all Asana tasks assigned to you across all of your workspaces

Asana Global Task View là gì?

Asana Global Task View là một tiện ích mở rộng Chrome được phát triển bởi kamirov, và tính năng chính của nó là "Shows all Asana tasks assigned to you across all of your workspaces".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Asana Global Task View 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 extension shows all Asana tasks assigned to you across all of your workspaces. As a bonus, you can mark a task as completed right from the extension.

Asana has long been my favorite personal management tool, but the inability to see a global view of "what do I have to do" was annoying. This extension aggregates all that you have to do (i.e. everything assigned to you) and shows it to you in a single window.                    

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

Tên Asana Global Task View Asana Global Task View
ID fnjdmopbhelaobdjbjpdkjjolnhbbfln
URL Chính Thức https://chrome.google.com/webstore/detail/asana-global-task-view/fnjdmopbhelaobdjbjpdkjjolnhbbfln
Mô tả Shows all Asana tasks assigned to you across all of your workspaces
Kích Thước Tệp 1.11 MB
Số Lần Cài Đặt 287
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-12-13
Ngày Phát Hành 2016-12-13
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển kamirov
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kamirov/asana-global-task-view
URL Trang Trợ Giúp https://github.com/kamirov/asana-global-task-view
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Asana Global Task View",
    "short_name": "Asana Global",
    "description": "Shows all Asana tasks assigned to you across all of your workspaces",
    "manifest_version": 2,
    "version": "1.0.1",
    "icons": {
        "32": "dist\/images\/icon-32.png",
        "48": "dist\/images\/icon-48.png",
        "128": "dist\/images\/icon-128.png"
    },
    "author": "Andrei Khramtsov (kamirov)",
    "homepage_url": "https:\/\/github.com\/kamirov\/asana-global-task-view",
    "background": {
        "scripts": [
            "dist\/scripts\/background-bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "dist\/images\/icon-19.png",
        "default_popup": "dist\/popup.html"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "options_ui": {
        "page": "dist\/options.html",
        "chrome_style": true
    }
}