Google Mail Notification Sound
An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.
Co to jest Google Mail Notification Sound?
Google Mail Notification Sound to rozszerzenie Chrome opracowane przez garyclarkson1952, a jego główną funkcją jest „An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Mail Notification Sound
Pobierz pliki rozszerzeń Google Mail Notification Sound w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pbkplelomfmahlbhpekhcgebnhgknhjh |
| Oficjalny URL | https://chromewebstore.google.com/detail/google-mail-notification/pbkplelomfmahlbhpekhcgebnhgknhjh |
| Opis | An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched. |
| Rozmiar pliku | 98.75 KB |
| Liczba instalacji | 686 |
| Aktualna Wersja | 4.4.0 |
| Ostatnia Aktualizacja | 2020-12-26 |
| Data Publikacji | 2020-12-26 |
| Ocena | 4.00/5 Łącznie 3 Oceny |
| Deweloper | garyclarkson1952 |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |