gInbox
Bring some Google Inbox style to Gmail
Qu'est-ce que gInbox ?
gInbox est une extension Chrome développée par http://ginbox.email, et sa fonction principale est "Bring some Google Inbox style to Gmail".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension gInbox
Téléchargez les fichiers d'extension gInbox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | fmhbjlennfjniebkmmkpdgklhepoeona |
URL Officiel | https://chrome.google.com/webstore/detail/ginbox/fmhbjlennfjniebkmmkpdgklhepoeona |
Description | Bring some Google Inbox style to Gmail |
Taille du Fichier | 27.67 KB |
Nombre d'Installations | 104 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2019-04-05 |
Date de Publication | 2019-04-05 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | http://ginbox.email |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ginbox.email |
Langues Prises en Charge | 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" ] } ] } |