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.」です。

拡張機能のスクリーンショット

screenshot

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 Google Mail Notification Sound
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
Eメール [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
}