Tunnel Vision

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

Tunnel Vision क्या है?

Tunnel Vision https://tunnelvision.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See your next available Trello tasks every time you open a new tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tunnel Vision एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Tunnel Vision Tunnel Vision
ID lgcfaddmbbidoalnihkbdgfbhffbigbl
आधिकारिक URL https://chromewebstore.google.com/detail/tunnel-vision/lgcfaddmbbidoalnihkbdgfbhffbigbl
विवरण See your next available Trello tasks every time you open a new tab.
फ़ाइल का आकार 46.08 KB
स्थापना संख्या 279
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2016-06-28
प्रकाशन तिथि 2016-06-28
रेटिंग 4.14/5 कुल 22 रेटिंग्स
डेवलपर https://tunnelvision.xyz
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tunnelvision.xyz
सहायता पृष्ठ URL https://twitter.com/marckohlbrugge
समर्थित भाषाएँ 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"
    ]
}