Gmail Notifier - gmail notification tool

Notifier for Google Mail. Explore incoming mails with multi-account support (Gmail)

Gmail Notifier - gmail notification toolとは何ですか?

Gmail Notifier - gmail notification toolはMail G.によって開発されたChromeの拡張機能で、その主な機能は「Notifier for Google Mail. Explore incoming mails with multi-account support (Gmail)」です。

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

screenshot
screenshot
screenshot

Gmail Notifier - gmail notification tool拡張機能のCRXファイルをダウンロード

Gmail Notifier - gmail notification tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        G. Notifier extension for quick access to your emails to your gmail accounts. Save your time to check new emails. Thanks to G. Notifier, you will be more organised in managing your time. Your attention will be focused on 1 letter in gmail mail. Stop being distracted by other gmail emails, be productive!

Few words about Google mail Notifier : 

• The fastest and easiest way to manage multiple email accounts
• Trusted developer of many extensions
• Lots of features, options and updates
• Safer. Requires minimal permissions.

 Make G. Notifier 5 star extension with great reviews!

• Extra features are available upon contributing "any" amount.
• Supports Push Notifications
• Beautiful Material Design
• I'll add your sugпgestions
• See the people emailing you just like in the Gmail chat notification, with an option to show their contact photos or your assigned photos for them.
• Option to monitor any Gmail or custom labels
• Option to run in this notifier in the background when Google Chrome is closed and still get new email alerts
• Popup mail preview window to read, archive, mark as read or delete emails without leaving the current tab (or option to go directly to your Google mail tab)
• Support for multiple Gmail and Google Apps accounts

G. notification extension provides a button that will create a Gmail message when clicked, using the page title as the subject and selected page text and link address as the message.
By installing this extension, you agree to the Terms of Service. 

Gmail Notifier is an project that notifies you about incoming emails from all your Google Mail accounts and labels.

Features:
1. No requirement to enter your credentials.
2. Multiple account support
3. Multiple label support
4. Low bandwidth usage by using RSS technology
5. Mark as read, report spam, trash or archive messages right from browser's toolbar

Notification is not confined to webmails.
You can also get notification for over one hundred sites including Facebook, Twitter, LinkedIn, etc by installing scripts.

Features
- mail notification
- support multiple Google Accounts
- account switching
- auto login

 Make G. Notifier 5 star extension with great reviews!                    

拡張機能の基本情報

名前 Gmail Notifier - gmail notification tool Gmail Notifier - gmail notification tool
ID ealojglnbikknifbgleaceopepceakfn
公式URL https://chromewebstore.google.com/detail/gmail-notifier-gmail-noti/ealojglnbikknifbgleaceopepceakfn
説明 Notifier for Google Mail. Explore incoming mails with multi-account support (Gmail)
ファイルサイズ 708 KB
インストール数 133,077
現在のバージョン 0.5.5
最終更新日 2023-05-09
公開日 2021-02-11
評価 4.20/5 合計 66 レビュー
開発者 Mail G.
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://g-notifier.com/privacy.html
対応言語 id,ms,de,en,en-GB,fil,fr,sw,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,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.5.5",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "*:\/\/mail.google.com\/mail\/",
        "*:\/\/mail.google.com\/sync\/",
        "tabs",
        "",
        "notifications",
        "contextMenus",
        "webRequest",
        "storage"
    ],
    "web_accessible_resources": [
        "notification.png"
    ],
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/blue\/16.png",
            "18": "data\/icons\/blue\/18.png",
            "19": "data\/icons\/blue\/19.png",
            "32": "data\/icons\/blue\/32.png"
        }
    },
    "background": {
        "page": "lib\/wrapper\/chrome\/background.html"
    },
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "icons": {
        "16": "data\/icons\/red\/16.png",
        "18": "data\/icons\/red\/18.png",
        "19": "data\/icons\/red\/19.png",
        "32": "data\/icons\/red\/32.png",
        "48": "data\/icons\/red\/48.png",
        "64": "data\/icons\/red\/64.png",
        "128": "data\/icons\/red\/128.png"
    }
}