Tunnel Vision

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

Qu'est-ce que Tunnel Vision ?

Tunnel Vision est une extension Chrome développée par https://tunnelvision.xyz, et sa fonction principale est "See your next available Trello tasks every time you open a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tunnel Vision

Téléchargez les fichiers d'extension Tunnel Vision au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tunnel Vision Tunnel Vision
ID lgcfaddmbbidoalnihkbdgfbhffbigbl
URL Officiel https://chromewebstore.google.com/detail/tunnel-vision/lgcfaddmbbidoalnihkbdgfbhffbigbl
Description See your next available Trello tasks every time you open a new tab.
Taille du Fichier 46.08 KB
Nombre d'Installations 279
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-06-28
Date de Publication 2016-06-28
Évaluation 4.14/5 Total 22 Évaluations
Développeur https://tunnelvision.xyz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tunnelvision.xyz
URL de la Page d'Aide https://twitter.com/marckohlbrugge
Langues Prises en Charge 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"
    ]
}