gInbox

Bring some Google Inbox style to Gmail

Was ist gInbox?

gInbox ist eine Chrome-Erweiterung, die von http://ginbox.email entwickelt wurde, und ihr Hauptmerkmal ist "Bring some Google Inbox style to Gmail".

Erweiterungsscreenshots

screenshot

gInbox-Erweiterungs-CRX-Datei herunterladen

Laden Sie gInbox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Since Inbox by Google went away in March 2019 (😭), we've been missing its clean look and feel. So we came up with a simple Chrome Extension that helps you organize gmail so it looks like Inbox! We've ported over some of the beloved styles, and you'll notice messages are now organized into sections of day and month instead of one long mess.

Now, get back to work!                    

Grundlegende Informationen zur Erweiterung

Name gInbox gInbox
ID fmhbjlennfjniebkmmkpdgklhepoeona
Offizielle URL https://chrome.google.com/webstore/detail/ginbox/fmhbjlennfjniebkmmkpdgklhepoeona
Beschreibung Bring some Google Inbox style to Gmail
Dateigröße 27.67 KB
Installationsanzahl 104
Aktuelle Version 0.0.1
Letztes Update 2019-04-05
Veröffentlichungsdatum 2019-04-05
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler http://ginbox.email
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ginbox.email
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gInbox",
    "short_name": "gInbox",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Bring some Google Inbox style to Gmail",
    "homepage_url": "https:\/\/www.ginbox.email\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "contentSettings",
        "https:\/\/mail.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}