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