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ファイルをダウンロード

Asana New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
}