Google Mail Notification Sound

An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.

Google Mail Notification Soundคืออะไร?

Google Mail Notification Sound เป็นส่วนขยายของ Chrome ที่พัฒนาโดย garyclarkson1952 และคุณลักษณะหลักของมันคือ "An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Mail Notification Sound

ดาวน์โหลดไฟล์ส่วนขยาย Google Mail Notification Sound ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched. In addition, displays the number of unread e-mail messages within the extension's icon. Clicking on the extension icon will open your e-mail list.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Mail Notification Sound Google Mail Notification Sound
ID pbkplelomfmahlbhpekhcgebnhgknhjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-mail-notification/pbkplelomfmahlbhpekhcgebnhgknhjh
คำอธิบาย An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.
ขนาดไฟล์ 98.75 KB
จำนวนการติดตั้ง 686
เวอร์ชันปัจจุบัน 4.4.0
อัปเดตครั้งล่าสุด 2020-12-26
วันที่เผยแพร่ 2020-12-26
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา garyclarkson1952
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "gmail_not_logged_in.png"
    },
    "default_locale": "en",
    "description": "__MSG_gmailcheck_description__",
    "icons": {
        "128": "icon_128.png"
    },
    "name": "__MSG_gmailcheck_name__",
    "permissions": [
        "alarms",
        "tabs",
        "webNavigation",
        "*:\/\/*.google.com\/"
    ],
    "version": "4.4.0",
    "manifest_version": 2
}