Gmail++
Improves the user experience of Gmail
Wat is Gmail++?
Gmail++ is een Chrome-extensie ontwikkeld door Michael Pfaff, en de belangrijkste functie is "Improves the user experience of Gmail".
Extensie Screenshots
Download het CRX-bestand van de extensie Gmail++
Download Gmail++-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | jcbfnofllipbepnolhgcdloichjbcena |
| Officiële URL | https://chromewebstore.google.com/detail/gmail++/jcbfnofllipbepnolhgcdloichjbcena |
| Beschrijving | Improves the user experience of Gmail |
| Bestandsgrootte | 9.16 KB |
| Aantal Installaties | 182 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2022-10-12 |
| Publicatiedatum | 2022-10-09 |
| Ontwikkelaar | Michael Pfaff |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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]"
}
}
} | |