Gmail Tabs Manager
Set Gmail mailbox labels as tabs.
Gmail Tabs Manager là gì?
Gmail Tabs Manager là một tiện ích mở rộng Chrome được phát triển bởi hu378934289, và tính năng chính của nó là "Set Gmail mailbox labels as tabs.".
Ả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 Gmail Tabs Manager
Tải xuống các tệp mở rộng Gmail Tabs Manager 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
Set Gmail labels as tabs and Organize your Gmail mailbox labels as tabs. By default in gmail emails, labels are automatically managed in alphabetical order. It is time-consuming to find frequently used email labels by swiping the mouse during daily use. The purpose of the current plugin is to help you save as much time as possible and spend your energy on more time-consuming tasks. Gmail Tabs lets you customize Gmail to give you clear visibility (and easy access) to: - Your favorite Gmail Labels Key features: ✅ Organize your labels as Gmail tabs ✅ Drag and drop to re-arrange tabs ✅ Supports dark mode theme ✅ Synchronizes extension settings with your Gmail account ✅ Change background color of your tabs ✅ we don’t mine your data, we don’t sell your data 1) Install the extension. 2) Click the plugin icon. 3)Give the mailbox management label permission. 3) Click on the tab you want to display at the top of the web page, and drag and drop to sort as needed. 4) Refresh the page, the tabs you can set are displayed at the top of the page this extension was made by third party developers and it is NOT made by Gmail Inc.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gmail Tabs Manager |
ID | fpdeneiofnfobcilaaojmijhfjjfecaj |
URL Chính Thức | https://chromewebstore.google.com/detail/gmail-tabs-manager/fpdeneiofnfobcilaaojmijhfjjfecaj |
Mô tả | Set Gmail mailbox labels as tabs. |
Kích Thước Tệp | 277 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-11-16 |
Ngày Phát Hành | 2022-11-16 |
Nhà Phát Triển | hu378934289 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://gmplus.io/gmplus-private-policy |
Ngôn Ngữ Được Hỗ Trợ | en,en-GB,en-US,fr,tr,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,cs,bg,ru,zh-CN |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "css\/ui.css" ], "js": [ "ui.js" ], "matches": [ "https:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "description": "Set Gmail mailbox labels as tabs.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "manifest_version": 3, "name": "Gmail Tabs Manager", "oauth2": { "client_id": "182667075532-ksut7cmajcg9qgvic145f469je6ldn11.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/gmail.labels" ] }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "permissions": [ "declarativeContent", "storage", "identity" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "default_locale": "en", "web_accessible_resources": [ { "resources": [ "fonts\/*.woff2" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ] } |