gInbox

Bring some Google Inbox style to Gmail

Wat is gInbox?

gInbox is een Chrome-extensie ontwikkeld door http://ginbox.email, en de belangrijkste functie is "Bring some Google Inbox style to Gmail".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie gInbox

Download gInbox-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

                        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!                    

Basisinformatie over de Extensie

Naam gInbox gInbox
ID fmhbjlennfjniebkmmkpdgklhepoeona
Officiële URL https://chrome.google.com/webstore/detail/ginbox/fmhbjlennfjniebkmmkpdgklhepoeona
Beschrijving Bring some Google Inbox style to Gmail
Bestandsgrootte 27.67 KB
Aantal Installaties 104
Huidige Versie 0.0.1
Laatst Bijgewerkt 2019-04-05
Publicatiedatum 2019-04-05
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar http://ginbox.email
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ginbox.email
Ondersteunde Talen 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"
            ]
        }
    ]
}