gInbox
Bring some Google Inbox style to Gmail
gInboxคืออะไร?
gInbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ginbox.email และคุณลักษณะหลักของมันคือ "Bring some Google Inbox style to Gmail"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย gInbox
ดาวน์โหลดไฟล์ส่วนขยาย gInbox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fmhbjlennfjniebkmmkpdgklhepoeona |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ginbox/fmhbjlennfjniebkmmkpdgklhepoeona |
คำอธิบาย | Bring some Google Inbox style to Gmail |
ขนาดไฟล์ | 27.67 KB |
จำนวนการติดตั้ง | 104 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2019-04-05 |
วันที่เผยแพร่ | 2019-04-05 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://ginbox.email |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://ginbox.email |
ภาษาที่รองรับ | 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" ] } ] } |