Gmail™ Notifier
Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.
Gmail™ Notifierคืออะไร?
Gmail™ Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BrowserNative และคุณลักษณะหลักของมันคือ "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail™ Notifier
ดาวน์โหลดไฟล์ส่วนขยาย Gmail™ Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.
Not affiliated with or created by Google/Gmail. Doesn't track your browsing activities or inject adware, completely safe to use.
Visit homepage for more information: http://browsernative.com/gmail-notifier/ ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | chchfhampioeijdffegkhnpccchjbfpk |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gmail-notifier/chchfhampioeijdffegkhnpccchjbfpk |
| คำอธิบาย | Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab. |
| ขนาดไฟล์ | 12.77 KB |
| จำนวนการติดตั้ง | 12,792 |
| เวอร์ชันปัจจุบัน | 0.0.6 |
| อัปเดตครั้งล่าสุด | 2016-07-12 |
| วันที่เผยแพร่ | 2016-07-12 |
| คะแนน | 3.83/5 รวมทั้งหมด 24 คะแนน |
| ผู้พัฒนา | BrowserNative |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://browsernative.com/gmail-notifier/ |
| URL หน้าช่วยเหลือ | http://browsernative.com/gmail-notifier/ |
| URL หน้านโยบายความเป็นส่วนตัว | https://browsernative.com/extensions-privacy-policy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Gmail\u2122 Notifier",
"description": "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.",
"permissions": [
"storage",
"notifications",
"alarms",
"https:\/\/mail.google.com\/"
],
"version": "0.0.6",
"homepage_url": "https:\/\/browsernative.com\/gmail-notifier\/",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"128": "128.png",
"48": "48.png",
"32": "32.png"
}
} | |