Gmail Zero

When your Gmail hits Inbox zero, display the Inbox zero image.

Vad är Gmail Zero?

Gmail Zero är en Chrome-tillägg utvecklad av chodyo, och dess huvudfunktion är "When your Gmail hits Inbox zero, display the Inbox zero image.".

Tilläggsskärmbilder

screenshot

Ladda ner Gmail Zero-förlängningens CRX-fil

Ladda ner Gmail Zero-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Gmail Zero Gmail Zero
ID bhpdlfchngefiolkmkogbbjchcechobm
Officiell webbadress https://chromewebstore.google.com/detail/gmail-zero/bhpdlfchngefiolkmkogbbjchcechobm
Beskrivning When your Gmail hits Inbox zero, display the Inbox zero image.
Filstorlek 141 KB
Antal Installationer 47
Aktuell Version 1.0.2
Senast Uppdaterad 2023-12-24
Publiceringsdatum 2018-10-01
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare chodyo
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}