Mail timer for GMail

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

Vad är Mail timer for GMail?

Mail timer for GMail är en Chrome-tillägg utvecklad av Salim Virani, och dess huvudfunktion är "Timer to keep you focused while processing your inbox in Gmail.".

Tilläggsskärmbilder

screenshot

Ladda ner Mail timer for GMail-förlängningens CRX-fil

Ladda ner Mail timer for GMail-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Mail timer for GMail Mail timer for GMail
ID mafgpjcblmgfpjjbchopchldhgdgmpdf
Officiell webbadress https://chromewebstore.google.com/detail/mail-timer-for-gmail/mafgpjcblmgfpjjbchopchldhgdgmpdf
Beskrivning Timer to keep you focused while processing your inbox in Gmail.
Filstorlek 21.8 KB
Antal Installationer 329
Aktuell Version 0.1.4
Senast Uppdaterad 2012-07-06
Publiceringsdatum 2012-07-06
Betyg 3.00/5 Totalt 14 Betyg
Utvecklare Salim Virani
Betalningssätt free
Stödda Språk 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
}