Mail timer for GMail
Timer to keep you focused while processing your inbox in Gmail.
Was ist Mail timer for GMail?
Mail timer for GMail ist eine Chrome-Erweiterung, die von Salim Virani entwickelt wurde, und ihr Hauptmerkmal ist "Timer to keep you focused while processing your inbox in Gmail.".
Erweiterungsscreenshots
Mail timer for GMail-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mail timer for GMail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Mail timer for GMail |
ID | mafgpjcblmgfpjjbchopchldhgdgmpdf |
Offizielle URL | https://chromewebstore.google.com/detail/mail-timer-for-gmail/mafgpjcblmgfpjjbchopchldhgdgmpdf |
Beschreibung | Timer to keep you focused while processing your inbox in Gmail. |
Dateigröße | 21.8 KB |
Installationsanzahl | 329 |
Aktuelle Version | 0.1.4 |
Letztes Update | 2012-07-06 |
Veröffentlichungsdatum | 2012-07-06 |
Bewertung | 3.00/5 Insgesamt 14 Bewertungen |
Entwickler | Salim Virani |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |