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/
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } |