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是由BrowserNative开发的Chrome扩展程序,该扩展的主要功能是“Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.”。
扩展截图
下载Gmail™ Notifier扩展crx文件
下载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"
}
} | |