Time Labeler for Gmail™
This extension automatically labels your emails in your inbox based on how old they are.
Qu'est-ce que Time Labeler for Gmail™ ?
Time Labeler for Gmail™ est une extension Chrome développée par Mark Montvai, et sa fonction principale est "This extension automatically labels your emails in your inbox based on how old they are.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Time Labeler for Gmail™
Téléchargez les fichiers d'extension Time Labeler 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
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.
Informations de Base sur l'Extension
Nom | Time Labeler for Gmail™ |
ID | foaadeeadeihoakfoabhehkcolfabnpi |
URL Officiel | 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. |
Taille du Fichier | 73.04 KB |
Nombre d'Installations | 143 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2014-06-17 |
Date de Publication | 2014-06-17 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Mark Montvai |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |