gInbox

Bring some Google Inbox style to Gmail

What is gInbox?

gInbox is a Chrome extension developed by http://ginbox.email, and its main feature is "Bring some Google Inbox style to Gmail".

Extension Screenshots

screenshot

Download gInbox Extension CRX File

Download gInbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name gInbox gInbox
ID fmhbjlennfjniebkmmkpdgklhepoeona
Official URL https://chrome.google.com/webstore/detail/ginbox/fmhbjlennfjniebkmmkpdgklhepoeona
Description Bring some Google Inbox style to Gmail
File Size 27.67 KB
Installation Count 104
Current Version 0.0.1
Last Updated 2019-04-05
Publish Date 2019-04-05
Rating 4.50/5 Total 2 Ratings
Developer http://ginbox.email
Email [email protected]
Payment Type free
Extension Website https://ginbox.email
Supported Languages 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"
            ]
        }
    ]
}