Asana New Tab

Manage your Asana tasks on every new tab

Asana New Tab là gì?

Asana New Tab là một tiện ích mở rộng Chrome được phát triển bởi orlench, và tính năng chính của nó là "Manage your Asana tasks on every new tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Asana New Tab

Tải xuống các tệp mở rộng Asana New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Asana New Tab Asana New Tab
ID inoneohednhdahfhpikfphljpclmddnj
URL Chính Thức https://chrome.google.com/webstore/detail/asana-new-tab/inoneohednhdahfhpikfphljpclmddnj
Mô tả Manage your Asana tasks on every new tab
Kích Thước Tệp 195 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2015-08-02
Ngày Phát Hành 2015-08-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển orlench
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/orlench/asana-new-tab
Ngôn Ngữ Được Hỗ Trợ 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"
}