Gmail Notifier - gmail notification tool

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

Apa itu Gmail Notifier - gmail notification tool?

Gmail Notifier - gmail notification tool adalah ekstensi Chrome yang dikembangkan oleh Mail G., dan fitur utamanya adalah "Notifier for Google Mail. Explore incoming mails with multi-account support (Gmail)".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Gmail Notifier - gmail notification tool

Unduh file ekstensi Gmail Notifier - gmail notification tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Gmail Notifier - gmail notification tool Gmail Notifier - gmail notification tool
ID ealojglnbikknifbgleaceopepceakfn
URL Resmi https://chromewebstore.google.com/detail/gmail-notifier-gmail-noti/ealojglnbikknifbgleaceopepceakfn
Deskripsi Notifier for Google Mail. Explore incoming mails with multi-account support (Gmail)
Ukuran File 708 KB
Jumlah Instalasi 133,077
Versi Saat Ini 0.5.5
Terakhir Diperbarui 2023-05-09
Tanggal Publikasi 2021-02-11
Penilaian 4.20/5 Total 66 Penilaian
Pengembang Mail G.
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://g-notifier.com/privacy.html
Bahasa yang Didukung 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"
    }
}