Tunnel Vision

See your next available Trello tasks every time you open a new tab.

Tunnel Vision là gì?

Tunnel Vision là một tiện ích mở rộng Chrome được phát triển bởi https://tunnelvision.xyz, và tính năng chính của nó là "See your next available Trello tasks every time you open a new tab.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Tunnel Vision 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

                        Easily get distracted? Tunnel Vision shows the next tasks you should be working on every time you open a new tab. Simply connect your Trello account, choose your boards, and specify which lists contain your 'in progress' cards. Tunnel Vision will automatically show you the first available card for each board, every time you open a new tab.

Tunnel Vision uses the official Trello API to safely and securely connect directly to Trello without your data or credentials ever touching our servers.

Existing Trello account required. Tunnel Vision is not affiliated with Trello, Inc.

Feedback, questions or comments?
Reach out on Twitter: @marckohlbrugge                    

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

Tên Tunnel Vision Tunnel Vision
ID lgcfaddmbbidoalnihkbdgfbhffbigbl
URL Chính Thức https://chromewebstore.google.com/detail/tunnel-vision/lgcfaddmbbidoalnihkbdgfbhffbigbl
Mô tả See your next available Trello tasks every time you open a new tab.
Kích Thước Tệp 46.08 KB
Số Lần Cài Đặt 279
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-06-28
Ngày Phát Hành 2016-06-28
Đánh Giá 4.14/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://tunnelvision.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tunnelvision.xyz
URL Trang Trợ Giúp https://twitter.com/marckohlbrugge
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tunnel Vision",
    "description": "See your next available Trello tasks every time you open a new tab.",
    "version": "1.0.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/trello.com\/*"
        ]
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "permissions": [
        "storage"
    ]
}