Inbox Layout for Gmail

Making Gmail look more like Inbox

Wat is Inbox Layout for Gmail?

Inbox Layout for Gmail is een Chrome-extensie ontwikkeld door jakbox, en de belangrijkste functie is "Making Gmail look more like Inbox".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Inbox Layout for Gmail

Download Inbox Layout for Gmail-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

                        - Emulates the layout of Inbox in Gmail 
- Works with the latest Gmail UI (late 2018) 
- Works with all Gmail inbox configurations (priority inbox, tabs, preview pane)
- Plays nice with Gmail themes (backgrounds / styles from the settings cog)
- Plays nice with Gmail plugins and labs                    

Basisinformatie over de Extensie

Naam Inbox Layout for Gmail Inbox Layout for Gmail
ID mpfambbegmagappbaekoffohgljakfkl
Officiële URL https://chromewebstore.google.com/detail/inbox-layout-for-gmail/mpfambbegmagappbaekoffohgljakfkl
Beschrijving Making Gmail look more like Inbox
Bestandsgrootte 9.05 KB
Aantal Installaties 66
Huidige Versie 0.1.1
Laatst Bijgewerkt 2019-04-08
Publicatiedatum 2019-04-07
Ontwikkelaar jakbox
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inbox Layout for Gmail",
    "version": "0.1.1",
    "description": "Making Gmail look more like Inbox",
    "icons": {
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "util.js",
                "content.js"
            ],
            "css": [
                "gbox.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "manifest_version": 2
}