Inbox Layout for Gmail
Making Gmail look more like Inbox
Co to jest Inbox Layout for Gmail?
Inbox Layout for Gmail to rozszerzenie Chrome opracowane przez jakbox, a jego główną funkcją jest „Making Gmail look more like Inbox”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Inbox Layout for Gmail
Pobierz pliki rozszerzeń Inbox Layout for Gmail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        - 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                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | mpfambbegmagappbaekoffohgljakfkl | 
| Oficjalny URL | https://chromewebstore.google.com/detail/inbox-layout-for-gmail/mpfambbegmagappbaekoffohgljakfkl | 
| Opis | Making Gmail look more like Inbox | 
| Rozmiar pliku | 9.05 KB | 
| Liczba instalacji | 66 | 
| Aktualna Wersja | 0.1.1 | 
| Ostatnia Aktualizacja | 2019-04-08 | 
| Data Publikacji | 2019-04-07 | 
| Deweloper | jakbox | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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
}  |  |