Gmail app badge notification
Show badge notifications in the taskbar when using Gmail as an app
Hvad er Gmail app badge notification?
Gmail app badge notification er en Chrome-udvidelse udviklet af Domenico Gemoli, og dens hovedfunktion er "Show badge notifications in the taskbar when using Gmail as an app".
Udvidelsesskærmbilleder
Download Gmail app badge notification-udvidelses-CRX-fil
Download Gmail app badge notification-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
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
Grundlæggende oplysninger om udvidelsen
Navn | Gmail app badge notification |
ID | fbaolhbfbmniffcokakochjjeccpcpkh |
Officiel URL | https://chromewebstore.google.com/detail/gmail-app-badge-notificat/fbaolhbfbmniffcokakochjjeccpcpkh |
Beskrivelse | Show badge notifications in the taskbar when using Gmail as an app |
Filstørrelse | 11.68 KB |
Antal Installationer | 7,141 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2023-12-06 |
Udgivelsesdato | 2020-05-21 |
Bedømmelse | 4.81/5 Samlet 16 Bedømmelser |
Udvikler | Domenico Gemoli |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/aberonni/gmail-app-badge-notification |
Hjælpeside-URL | https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting |
Understøttede Sprog | 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" ] } ] } |