Google Mail Notification Sound

An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.

Hvad er Google Mail Notification Sound?

Google Mail Notification Sound er en Chrome-udvidelse udviklet af garyclarkson1952, og dens hovedfunktion er "An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.".

Udvidelsesskærmbilleder

screenshot

Download Google Mail Notification Sound-udvidelses-CRX-fil

Download Google Mail Notification Sound-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched. In addition, displays the number of unread e-mail messages within the extension's icon. Clicking on the extension icon will open your e-mail list.                    

Grundlæggende oplysninger om udvidelsen

Navn Google Mail Notification Sound Google Mail Notification Sound
ID pbkplelomfmahlbhpekhcgebnhgknhjh
Officiel URL https://chromewebstore.google.com/detail/google-mail-notification/pbkplelomfmahlbhpekhcgebnhgknhjh
Beskrivelse An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.
Filstørrelse 98.75 KB
Antal Installationer 686
Nuværende Version 4.4.0
Senest Opdateret 2020-12-26
Udgivelsesdato 2020-12-26
Bedømmelse 4.00/5 Samlet 3 Bedømmelser
Udvikler garyclarkson1952
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog id,de,en,en-GB,fil,fr,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,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "gmail_not_logged_in.png"
    },
    "default_locale": "en",
    "description": "__MSG_gmailcheck_description__",
    "icons": {
        "128": "icon_128.png"
    },
    "name": "__MSG_gmailcheck_name__",
    "permissions": [
        "alarms",
        "tabs",
        "webNavigation",
        "*:\/\/*.google.com\/"
    ],
    "version": "4.4.0",
    "manifest_version": 2
}