Asana Global Task View

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

什麼是Asana Global Task View?

Asana Global Task View是由kamirov開發的Chrome擴展程式,該擴展的主要功能是“Shows all Asana tasks assigned to you across all of your workspaces”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Asana Global Task View擴展crx文件

下載Asana Global Task View擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Asana Global Task View Asana Global Task View
ID fnjdmopbhelaobdjbjpdkjjolnhbbfln
官方網址 https://chrome.google.com/webstore/detail/asana-global-task-view/fnjdmopbhelaobdjbjpdkjjolnhbbfln
簡介 Shows all Asana tasks assigned to you across all of your workspaces
檔案大小 1.11 MB
安裝次數 287
目前版本 1.0.1
更新時間 2016-12-13
上架時間 2016-12-13
評分 3.33/5 共 3 次評分
開發者 kamirov
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/kamirov/asana-global-task-view
說明頁面URL https://github.com/kamirov/asana-global-task-view
支援的語言 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
    }
}