gInbox
Bring some Google Inbox style to Gmail
Apa itu gInbox?
gInbox adalah ekstensi Chrome yang dikembangkan oleh http://ginbox.email, dan fitur utamanya adalah "Bring some Google Inbox style to Gmail".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi gInbox
Unduh file ekstensi gInbox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | fmhbjlennfjniebkmmkpdgklhepoeona |
URL Resmi | https://chrome.google.com/webstore/detail/ginbox/fmhbjlennfjniebkmmkpdgklhepoeona |
Deskripsi | Bring some Google Inbox style to Gmail |
Ukuran File | 27.67 KB |
Jumlah Instalasi | 104 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2019-04-05 |
Tanggal Publikasi | 2019-04-05 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | http://ginbox.email |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://ginbox.email |
Bahasa yang Didukung | 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" ] } ] } |