Gmail Notifier - gmail notification tool

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

Qu'est-ce que Gmail Notifier - gmail notification tool ?

Gmail Notifier - gmail notification tool est une extension Chrome développée par Mail G., et sa fonction principale est "Notifier for Google Mail. Explore incoming mails with multi-account support (Gmail)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Gmail Notifier - gmail notification tool

Téléchargez les fichiers d'extension Gmail Notifier - gmail notification tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Gmail Notifier - gmail notification tool Gmail Notifier - gmail notification tool
ID ealojglnbikknifbgleaceopepceakfn
URL Officiel https://chromewebstore.google.com/detail/gmail-notifier-gmail-noti/ealojglnbikknifbgleaceopepceakfn
Description Notifier for Google Mail. Explore incoming mails with multi-account support (Gmail)
Taille du Fichier 708 KB
Nombre d'Installations 133,077
Version Actuelle 0.5.5
Dernière Mise à Jour 2023-05-09
Date de Publication 2021-02-11
Évaluation 4.20/5 Total 66 Évaluations
Développeur Mail G.
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://g-notifier.com/privacy.html
Langues Prises en Charge 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"
    }
}