Asana New Tab

Manage your Asana tasks on every new tab

Asana New Tab란 무엇입니까?

Asana New Tab은(는) orlench에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your Asana tasks on every new tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Asana New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Asana-New-Tab lets you see and manage your asana tasks on every new tab.
Instead of getting an empty new tab, be productive and see your tasks!
Everything you do in the Asana-New-Tab reflects to your asana dashboard and vice versa... No need to keep an open tab especially for asana.

* Loading the new tab for the first time after installation and activation can take a few seconds.

Features:
* See Asana tasks exactly as they are presented in your asana dashboard (with the priority, schedule and short description).
* Mark tasks as done.
* Delete tasks.
* Create new tasks (New task will be created in your asana dashboard too).
* Create new tasks under different work-spaces and with different priority.

Privacy:
* We keep your privacy and we don't collect any data.

* Asana-New-Tab is not an official Asana product and was not created by the Asana team.                    

확장 프로그램 기본 정보

이름 Asana New Tab Asana New Tab
ID inoneohednhdahfhpikfphljpclmddnj
공식 URL https://chrome.google.com/webstore/detail/asana-new-tab/inoneohednhdahfhpikfphljpclmddnj
설명 Manage your Asana tasks on every new tab
파일 크기 195 KB
설치 횟수 52
현재 버전 2.1
최근 업데이트 2015-08-02
출시 날짜 2015-08-02
평점 5.00/5 총 1 개의 평점
개발자 orlench
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/orlench/asana-new-tab
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Asana New Tab",
    "description": "Manage your Asana tasks on every new tab",
    "version": "2.1",
    "icons": {
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "author": "Or Lenchner",
    "homepage_url": "https:\/\/github.com\/orlench\/asana-new-tab",
    "background": {
        "scripts": [
            "jquery.js",
            "options.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.asana.com\/*"
    ],
    "web_accessible_resources": [
        "index.html"
    ],
    "incognito": "split"
}