Mail timer for GMail

Timer to keep you focused while processing your inbox in Gmail.

Mail timer for GMail là gì?

Mail timer for GMail là một tiện ích mở rộng Chrome được phát triển bởi Salim Virani, và tính năng chính của nó là "Timer to keep you focused while processing your inbox in Gmail.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mail timer for GMail

Tải xuống các tệp mở rộng Mail timer for GMail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mail timer for GMail Mail timer for GMail
ID mafgpjcblmgfpjjbchopchldhgdgmpdf
URL Chính Thức https://chromewebstore.google.com/detail/mail-timer-for-gmail/mafgpjcblmgfpjjbchopchldhgdgmpdf
Mô tả Timer to keep you focused while processing your inbox in Gmail.
Kích Thước Tệp 21.8 KB
Số Lần Cài Đặt 329
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2012-07-06
Ngày Phát Hành 2012-07-06
Đánh Giá 3.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Salim Virani
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}