Tunnel Vision
See your next available Trello tasks every time you open a new tab.
Tunnel Vision란 무엇입니까?
Tunnel Vision은(는) https://tunnelvision.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See your next available Trello tasks every time you open a new tab."입니다.
확장 프로그램 스크린샷
Tunnel Vision 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
도움말 페이지 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" ] } |