Gmail Zero
When your Gmail hits Inbox zero, display the Inbox zero image.
Wat is Gmail Zero?
Gmail Zero is een Chrome-extensie ontwikkeld door chodyo, en de belangrijkste functie is "When your Gmail hits Inbox zero, display the Inbox zero image.".
Extensie Screenshots
Download het CRX-bestand van de extensie Gmail Zero
Download Gmail Zero-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
Google is removing Inbox, but Inbox zero will live on. Reward yourself when you achieve inbox zero by displaying this classic Inbox zero image in Gmail.
Basisinformatie over de Extensie
Naam | |
ID | bhpdlfchngefiolkmkogbbjchcechobm |
Officiële URL | https://chromewebstore.google.com/detail/gmail-zero/bhpdlfchngefiolkmkogbbjchcechobm |
Beschrijving | When your Gmail hits Inbox zero, display the Inbox zero image. |
Bestandsgrootte | 141 KB |
Aantal Installaties | 47 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2023-12-24 |
Publicatiedatum | 2018-10-01 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | chodyo |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "manifest_version": 3, "name": "Gmail Zero", "version": "1.0.2", "description": "When your Gmail hits Inbox zero, display the Inbox zero image.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "content_scripts": [ { "js": [ "zero.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "host_permissions": [ "https:\/\/mail.google.com\/*" ], "short_name": "Gmail Zero", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |