gInbox
Bring some Google Inbox style to Gmail
gInbox là gì?
gInbox là một tiện ích mở rộng Chrome được phát triển bởi http://ginbox.email, và tính năng chính của nó là "Bring some Google Inbox style to Gmail".
Ả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 gInbox
Tải xuống các tệp mở rộng gInbox 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
Since Inbox by Google went away in March 2019 (😭), we've been missing its clean look and feel. So we came up with a simple Chrome Extension that helps you organize gmail so it looks like Inbox! We've ported over some of the beloved styles, and you'll notice messages are now organized into sections of day and month instead of one long mess. Now, get back to work!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fmhbjlennfjniebkmmkpdgklhepoeona |
URL Chính Thức | https://chrome.google.com/webstore/detail/ginbox/fmhbjlennfjniebkmmkpdgklhepoeona |
Mô tả | Bring some Google Inbox style to Gmail |
Kích Thước Tệp | 27.67 KB |
Số Lần Cài Đặt | 104 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2019-04-05 |
Ngày Phát Hành | 2019-04-05 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://ginbox.email |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ginbox.email |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "gInbox", "short_name": "gInbox", "version": "0.0.1", "manifest_version": 2, "description": "Bring some Google Inbox style to Gmail", "homepage_url": "https:\/\/www.ginbox.email\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "contentSettings", "https:\/\/mail.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |