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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
    }
}