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
官方網址 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.
電子郵箱 [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"
    }
}