Tunnel Vision
See your next available Trello tasks every time you open a new tab.
ما هو Tunnel Vision؟
Tunnel Vision هو إضافة Chrome تم تطويرها بواسطة https://tunnelvision.xyz، والميزة الرئيسية لها هي "See your next available Trello tasks every time you open a new tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tunnel Vision
قم بتنزيل ملفات الامتداد Tunnel Vision بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | 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" ] } |