Mail timer for GMail

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

O que é Mail timer for GMail?

Mail timer for GMail é uma extensão do Chrome desenvolvida por Salim Virani, e sua principal característica é "Timer to keep you focused while processing your inbox in Gmail.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Mail timer for GMail

Baixe arquivos de extensão Mail timer for GMail no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Mail timer for GMail Mail timer for GMail
ID mafgpjcblmgfpjjbchopchldhgdgmpdf
URL Oficial https://chromewebstore.google.com/detail/mail-timer-for-gmail/mafgpjcblmgfpjjbchopchldhgdgmpdf
Descrição Timer to keep you focused while processing your inbox in Gmail.
Tamanho do Arquivo 21.8 KB
Contagem de Instalações 329
Versão Atual 0.1.4
Última Atualização 2012-07-06
Data de Publicação 2012-07-06
Classificação 3.00/5 Total de 14 Avaliações
Desenvolvedor Salim Virani
Tipo de Pagamento free
Idiomas Suportados 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
}