Mail timer for GMail
Timer to keep you focused while processing your inbox in Gmail.
Mail timer for GMail란 무엇입니까?
Mail timer for GMail은(는) Salim Virani에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Timer to keep you focused while processing your inbox in Gmail."입니다.
확장 프로그램 스크린샷
Mail timer for GMail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a time-saving script I wrote to help me process my inbox faster. After 2 minutes spent on an email in your inbox, it pops up a reminder message to move on. (And when you have less than 30 seconds left, it shows a "30" icon in the browser bar to nudge you along.) Great for quickly clearing your inbox for things like Getting Things Done (GTD.) It's quite basic, but if you like it and use it, I'm happy to make improvements. Update: Now you can choose how much time per email you want to spend.
확장 프로그램 기본 정보
이름 | Mail timer for GMail |
ID | mafgpjcblmgfpjjbchopchldhgdgmpdf |
공식 URL | https://chromewebstore.google.com/detail/mail-timer-for-gmail/mafgpjcblmgfpjjbchopchldhgdgmpdf |
설명 | Timer to keep you focused while processing your inbox in Gmail. |
파일 크기 | 21.8 KB |
설치 횟수 | 329 |
현재 버전 | 0.1.4 |
최근 업데이트 | 2012-07-06 |
출시 날짜 | 2012-07-06 |
평점 | 3.00/5 총 14 개의 평점 |
개발자 | Salim Virani |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mail timer for GMail", "version": "0.1.4", "description": "Timer to keep you focused while processing your inbox in Gmail.", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon-19.jpg", "default_title": "30 seconds left" }, "permissions": [ "tabs" ], "icons": { "128": "icon-128.jpg" }, "options_page": "options.html", "manifest_version": 2 } |