Time Labeler for Gmail™
This extension automatically labels your emails in your inbox based on how old they are.
What is Time Labeler for Gmail™?
Time Labeler for Gmail™ is a Chrome extension developed by Mark Montvai, and its main feature is "This extension automatically labels your emails in your inbox based on how old they are.".
Extension Screenshots
Download Time Labeler for Gmail™ Extension CRX File
Download Time Labeler for Gmail™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
It's a friendly reminder to reply or do else something with it before it's too late. You are able to set the time it takes for an email to be put into one of the categories.
Extension Basic Information
Name | Time Labeler for Gmail™ |
ID | foaadeeadeihoakfoabhehkcolfabnpi |
Official URL | https://chromewebstore.google.com/detail/time-labeler-for-gmail/foaadeeadeihoakfoabhehkcolfabnpi |
Description | This extension automatically labels your emails in your inbox based on how old they are. |
File Size | 73.04 KB |
Installation Count | 143 |
Current Version | 1.7 |
Last Updated | 2014-06-17 |
Publish Date | 2014-06-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Mark Montvai |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Labeler for Gmail\u2122", "description": "This extension automatically labels your emails in your inbox based on how old they are.", "version": "1.7", "permissions": [ "https:\/\/mail.google.com\/", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "style.css" ], "js": [ "jquery.js", "moment.js", "hashchange.js", "script.js" ], "run_at": "document_idle" } ], "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |