Gmail Button
A simple toolbar icon to open Gmail
Gmail Buttonคืออะไร?
Gmail Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Valtteri Laitinen และคุณลักษณะหลักของมันคือ "A simple toolbar icon to open Gmail"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Button
ดาวน์โหลดไฟล์ส่วนขยาย Gmail Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
(This extension is not affiliated with Google. “Gmail” is a trademark of Google LLC.)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gmail Button |
ID | afdienfgfeojjnmobgakodmkiebhfcap |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gmail-button/afdienfgfeojjnmobgakodmkiebhfcap |
คำอธิบาย | A simple toolbar icon to open Gmail |
ขนาดไฟล์ | 5.44 KB |
จำนวนการติดตั้ง | 5,228 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2023-07-19 |
วันที่เผยแพร่ | 2019-10-13 |
คะแนน | 3.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Valtteri Laitinen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/valtlai/gmail-button |
URL หน้าช่วยเหลือ | https://github.com/valtlai/gmail-button/discussions/categories/q-a |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/valtlai/gmail-button/blob/main/PRIVACY.md |
ภาษาที่รองรับ | en,fi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "100", "name": "__MSG_name__", "version": "3.0.0", "description": "__MSG_desc__", "default_locale": "en", "icons": { "128": "icon.png" }, "permissions": [ "contextMenus", "storage" ], "optional_permissions": [ "tabs" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "icon.png", "default_title": "__MSG_open__" } } |