Mail timer for GMail

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

ما هو Mail timer for GMail؟

Mail timer for GMail هو إضافة Chrome تم تطويرها بواسطة Salim Virani، والميزة الرئيسية لها هي "Timer to keep you focused while processing your inbox in Gmail.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Mail timer for GMail

قم بتنزيل ملفات الامتداد Mail timer for GMail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
}