Inbox Layout for Gmail
Making Gmail look more like Inbox
Was ist Inbox Layout for Gmail?
Inbox Layout for Gmail ist eine Chrome-Erweiterung, die von jakbox entwickelt wurde, und ihr Hauptmerkmal ist "Making Gmail look more like Inbox".
Erweiterungsscreenshots
Inbox Layout for Gmail-Erweiterungs-CRX-Datei herunterladen
Laden Sie Inbox Layout for Gmail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- 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
Grundlegende Informationen zur Erweiterung
Name | Inbox Layout for Gmail |
ID | mpfambbegmagappbaekoffohgljakfkl |
Offizielle URL | https://chromewebstore.google.com/detail/inbox-layout-for-gmail/mpfambbegmagappbaekoffohgljakfkl |
Beschreibung | Making Gmail look more like Inbox |
Dateigröße | 9.05 KB |
Installationsanzahl | 66 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2019-04-08 |
Veröffentlichungsdatum | 2019-04-07 |
Entwickler | jakbox |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |