Inbox Layout for Gmail

Making Gmail look more like Inbox

Vad är Inbox Layout for Gmail?

Inbox Layout for Gmail är en Chrome-tillägg utvecklad av jakbox, och dess huvudfunktion är "Making Gmail look more like Inbox".

Tilläggsskärmbilder

screenshot

Ladda ner Inbox Layout for Gmail-förlängningens CRX-fil

Ladda ner Inbox Layout for Gmail-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        - 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                    

Grundläggande Information om Tillägg

Namn Inbox Layout for Gmail Inbox Layout for Gmail
ID mpfambbegmagappbaekoffohgljakfkl
Officiell webbadress https://chromewebstore.google.com/detail/inbox-layout-for-gmail/mpfambbegmagappbaekoffohgljakfkl
Beskrivning Making Gmail look more like Inbox
Filstorlek 9.05 KB
Antal Installationer 66
Aktuell Version 0.1.1
Senast Uppdaterad 2019-04-08
Publiceringsdatum 2019-04-07
Utvecklare jakbox
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}