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. 扩展基本信息
| 名称 | |
| 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
} | |