Google Mail Notification Sound

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

Co je Google Mail Notification Sound?

Google Mail Notification Sound je rozšíření Chrome vyvinuté garyclarkson1952, a jeho hlavní funkcí je „An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Mail Notification Sound

Stáhněte si soubory rozšíření Google Mail Notification Sound ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Google Mail Notification Sound Google Mail Notification Sound
ID pbkplelomfmahlbhpekhcgebnhgknhjh
Oficiální URL https://chromewebstore.google.com/detail/google-mail-notification/pbkplelomfmahlbhpekhcgebnhgknhjh
Popis An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.
Velikost souboru 98.75 KB
Počet instalací 686
Aktuální Verze 4.4.0
Poslední Aktualizace 2020-12-26
Datum Vydání 2020-12-26
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář garyclarkson1952
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}