Mail timer for GMail

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

Qu'est-ce que Mail timer for GMail ?

Mail timer for GMail est une extension Chrome développée par Salim Virani, et sa fonction principale est "Timer to keep you focused while processing your inbox in Gmail.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mail timer for GMail

Téléchargez les fichiers d'extension Mail timer for GMail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Mail timer for GMail Mail timer for GMail
ID mafgpjcblmgfpjjbchopchldhgdgmpdf
URL Officiel https://chromewebstore.google.com/detail/mail-timer-for-gmail/mafgpjcblmgfpjjbchopchldhgdgmpdf
Description Timer to keep you focused while processing your inbox in Gmail.
Taille du Fichier 21.8 KB
Nombre d'Installations 329
Version Actuelle 0.1.4
Dernière Mise à Jour 2012-07-06
Date de Publication 2012-07-06
Évaluation 3.00/5 Total 14 Évaluations
Développeur Salim Virani
Type de Paiement free
Langues Prises en Charge 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
}