Inbox Layout for Gmail

Making Gmail look more like Inbox

Cos'è Inbox Layout for Gmail?

Inbox Layout for Gmail è un'estensione di Chrome sviluppata da jakbox, e la sua funzione principale è "Making Gmail look more like Inbox".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Inbox Layout for Gmail

Scarica i file di estensione Inbox Layout for Gmail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        - 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                    

Informazioni di Base sull'Estensione

Nome Inbox Layout for Gmail Inbox Layout for Gmail
ID mpfambbegmagappbaekoffohgljakfkl
URL Ufficiale https://chromewebstore.google.com/detail/inbox-layout-for-gmail/mpfambbegmagappbaekoffohgljakfkl
Descrizione Making Gmail look more like Inbox
Dimensione del File 9.05 KB
Conteggio Installazioni 66
Versione Corrente 0.1.1
Ultimo Aggiornamento 2019-04-08
Data di Pubblicazione 2019-04-07
Sviluppatore jakbox
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}