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 |
| 官方網址 | 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"
}
} | |