Gmail++
Improves the user experience of Gmail
Co to jest Gmail++?
Gmail++ to rozszerzenie Chrome opracowane przez Michael Pfaff, a jego główną funkcją jest „Improves the user experience of Gmail”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gmail++
Pobierz pliki rozszerzeń Gmail++ 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
Improves the user experience of Gmail.
Features:
- Modifies the refresh button (the one above the threads list, not beside the address bar) to also check external POP3 accounts.
- Checks external POP3 accounts on page load.
- Checks external POP3 accounts at a configurable interval. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jcbfnofllipbepnolhgcdloichjbcena |
| Oficjalny URL | https://chromewebstore.google.com/detail/gmail++/jcbfnofllipbepnolhgcdloichjbcena |
| Opis | Improves the user experience of Gmail |
| Rozmiar pliku | 9.16 KB |
| Liczba instalacji | 182 |
| Aktualna Wersja | 1.1.0 |
| Ostatnia Aktualizacja | 2022-10-12 |
| Data Publikacji | 2022-10-09 |
| Deweloper | Michael Pfaff |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Gmail++",
"version": "1.1.0",
"description": "Improves the user experience of Gmail",
"icons": {
"48": "icons\/icon-48.png",
"64": "icons\/icon-64.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/mail.google.com\/"
],
"content_scripts": [
{
"matches": [
"*:\/\/mail.google.com\/*"
],
"js": [
"lib.js",
"main.js"
],
"run_at": "document_end"
}
],
"options_ui": {
"page": "options.html",
"browser_style": true
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
} | |