Time Labeler for Gmail™
This extension automatically labels your emails in your inbox based on how old they are.
ما هو Time Labeler for Gmail™؟
Time Labeler for Gmail™ هو إضافة Chrome تم تطويرها بواسطة Mark Montvai، والميزة الرئيسية لها هي "This extension automatically labels your emails in your inbox based on how old they are.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Time Labeler for Gmail™
قم بتنزيل ملفات الامتداد Time Labeler for Gmail™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Time Labeler for Gmail™ |
ID | foaadeeadeihoakfoabhehkcolfabnpi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/time-labeler-for-gmail/foaadeeadeihoakfoabhehkcolfabnpi |
الوصف | This extension automatically labels your emails in your inbox based on how old they are. |
حجم الملف | 73.04 KB |
عدد التثبيتات | 143 |
النسخة الحالية | 1.7 |
آخر تحديث | 2014-06-17 |
تاريخ النشر | 2014-06-17 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Mark Montvai |
نوع الدفع | free |
اللغات المدعومة | 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 } } |