Inbox Layout for Gmail

Making Gmail look more like Inbox

Qu'est-ce que Inbox Layout for Gmail ?

Inbox Layout for Gmail est une extension Chrome développée par jakbox, et sa fonction principale est "Making Gmail look more like Inbox".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Inbox Layout for Gmail

Téléchargez les fichiers d'extension Inbox Layout for Gmail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        - 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                    

Informations de Base sur l'Extension

Nom Inbox Layout for Gmail Inbox Layout for Gmail
ID mpfambbegmagappbaekoffohgljakfkl
URL Officiel https://chromewebstore.google.com/detail/inbox-layout-for-gmail/mpfambbegmagappbaekoffohgljakfkl
Description Making Gmail look more like Inbox
Taille du Fichier 9.05 KB
Nombre d'Installations 66
Version Actuelle 0.1.1
Dernière Mise à Jour 2019-04-08
Date de Publication 2019-04-07
Développeur jakbox
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}