Gmail app badge notification
Show badge notifications in the taskbar when using Gmail as an app
Co to jest Gmail app badge notification?
Gmail app badge notification to rozszerzenie Chrome opracowane przez Domenico Gemoli, a jego główną funkcją jest „Show badge notifications in the taskbar when using Gmail as an app”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gmail app badge notification
Pobierz pliki rozszerzeń Gmail app badge notification 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
Setup: 1. Install the extension 2. Add Gmail as an app. You can do so by following this guide: https://support.google.com/chrome_webstore/answer/3060053?hl=en - make sure to select the option "open as a window". 3. Open the newly installed app. Troubleshooting: https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting
Podstawowe informacje o rozszerzeniu
Nazwa | Gmail app badge notification |
ID | fbaolhbfbmniffcokakochjjeccpcpkh |
Oficjalny URL | https://chromewebstore.google.com/detail/gmail-app-badge-notificat/fbaolhbfbmniffcokakochjjeccpcpkh |
Opis | Show badge notifications in the taskbar when using Gmail as an app |
Rozmiar pliku | 11.68 KB |
Liczba instalacji | 7,141 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2023-12-06 |
Data Publikacji | 2020-05-21 |
Ocena | 4.81/5 Łącznie 16 Oceny |
Deweloper | Domenico Gemoli |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/aberonni/gmail-app-badge-notification |
Adres URL Strony Pomocy | https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail app badge notification", "version": "1.1.0", "manifest_version": 3, "description": "Show badge notifications in the taskbar when using Gmail as an app", "homepage_url": "https:\/\/github.com\/aberonni\/gmail-app-badge-notification", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.mail.google.com\/mail\/*" ], "js": [ "content.js" ] } ] } |