gInbox

Bring some Google Inbox style to Gmail

Vad är gInbox?

gInbox är en Chrome-tillägg utvecklad av http://ginbox.email, och dess huvudfunktion är "Bring some Google Inbox style to Gmail".

Tilläggsskärmbilder

screenshot

Ladda ner gInbox-förlängningens CRX-fil

Ladda ner gInbox-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

                        Since Inbox by Google went away in March 2019 (😭), we've been missing its clean look and feel. So we came up with a simple Chrome Extension that helps you organize gmail so it looks like Inbox! We've ported over some of the beloved styles, and you'll notice messages are now organized into sections of day and month instead of one long mess.

Now, get back to work!                    

Grundläggande Information om Tillägg

Namn gInbox gInbox
ID fmhbjlennfjniebkmmkpdgklhepoeona
Officiell webbadress https://chrome.google.com/webstore/detail/ginbox/fmhbjlennfjniebkmmkpdgklhepoeona
Beskrivning Bring some Google Inbox style to Gmail
Filstorlek 27.67 KB
Antal Installationer 104
Aktuell Version 0.0.1
Senast Uppdaterad 2019-04-05
Publiceringsdatum 2019-04-05
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare http://ginbox.email
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://ginbox.email
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gInbox",
    "short_name": "gInbox",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Bring some Google Inbox style to Gmail",
    "homepage_url": "https:\/\/www.ginbox.email\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "contentSettings",
        "https:\/\/mail.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}