Gmail Notifier - gmail notification tool

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

O que é Gmail Notifier - gmail notification tool?

Gmail Notifier - gmail notification tool é uma extensão do Chrome desenvolvida por Mail G., e sua principal característica é "Notifier for Google Mail. Explore incoming mails with multi-account support (Gmail)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Gmail Notifier - gmail notification tool

Baixe arquivos de extensão Gmail Notifier - gmail notification tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Gmail Notifier - gmail notification tool Gmail Notifier - gmail notification tool
ID ealojglnbikknifbgleaceopepceakfn
URL Oficial https://chromewebstore.google.com/detail/gmail-notifier-gmail-noti/ealojglnbikknifbgleaceopepceakfn
Descrição Notifier for Google Mail. Explore incoming mails with multi-account support (Gmail)
Tamanho do Arquivo 708 KB
Contagem de Instalações 133,077
Versão Atual 0.5.5
Última Atualização 2023-05-09
Data de Publicação 2021-02-11
Classificação 4.20/5 Total de 66 Avaliações
Desenvolvedor Mail G.
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://g-notifier.com/privacy.html
Idiomas Suportados 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"
    }
}