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是由garyclarkson1952開發的Chrome擴展程式,該擴展的主要功能是“An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.”。
擴展截圖
下載Google Mail Notification Sound擴展crx文件
下載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 |
ID | pbkplelomfmahlbhpekhcgebnhgknhjh |
官方網址 | 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 } |