Time Labeler for Gmail™
This extension automatically labels your emails in your inbox based on how old they are.
Time Labeler for Gmail™ là gì?
Time Labeler for Gmail™ là một tiện ích mở rộng Chrome được phát triển bởi Mark Montvai, và tính năng chính của nó là "This extension automatically labels your emails in your inbox based on how old they are.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Time Labeler for Gmail™
Tải xuống các tệp mở rộng Time Labeler for Gmail™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Time Labeler for Gmail™ |
ID | foaadeeadeihoakfoabhehkcolfabnpi |
URL Chính Thức | https://chromewebstore.google.com/detail/time-labeler-for-gmail/foaadeeadeihoakfoabhehkcolfabnpi |
Mô tả | This extension automatically labels your emails in your inbox based on how old they are. |
Kích Thước Tệp | 73.04 KB |
Số Lần Cài Đặt | 143 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2014-06-17 |
Ngày Phát Hành | 2014-06-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Mark Montvai |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |