Google Mail Notification Sound

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

Vad är Google Mail Notification Sound?

Google Mail Notification Sound är en Chrome-tillägg utvecklad av garyclarkson1952, och dess huvudfunktion är "An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.".

Tilläggsskärmbilder

screenshot

Ladda ner Google Mail Notification Sound-förlängningens CRX-fil

Ladda ner Google Mail Notification Sound-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Google Mail Notification Sound Google Mail Notification Sound
ID pbkplelomfmahlbhpekhcgebnhgknhjh
Officiell webbadress https://chromewebstore.google.com/detail/google-mail-notification/pbkplelomfmahlbhpekhcgebnhgknhjh
Beskrivning An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.
Filstorlek 98.75 KB
Antal Installationer 686
Aktuell Version 4.4.0
Senast Uppdaterad 2020-12-26
Publiceringsdatum 2020-12-26
Betyg 4.00/5 Totalt 3 Betyg
Utvecklare garyclarkson1952
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}