Gmail Sunshine

Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!

Qu'est-ce que Gmail Sunshine ?

Gmail Sunshine est une extension Chrome développée par Petr Sloup, et sa fonction principale est "Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Gmail Sunshine

Téléchargez les fichiers d'extension Gmail Sunshine 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

                        Now that the Google Inbox is being discontinued, we are forced to go back to using the old Gmail.

However, the most important feature is missing -- the great feeling of seeing the sun when you have successfully gone through all your incoming email and have no more work to do.

This extension solves this issue.

Source code at https://github.com/petrsloup/gmail-sunshine                    

Informations de Base sur l'Extension

Nom Gmail Sunshine Gmail Sunshine
ID doonmnglfbnaiahmnefjmnpbjadloaok
URL Officiel https://chromewebstore.google.com/detail/gmail-sunshine/doonmnglfbnaiahmnefjmnpbjadloaok
Description Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!
Taille du Fichier 27.55 KB
Nombre d'Installations 78
Version Actuelle 2.0
Dernière Mise à Jour 2019-04-17
Date de Publication 2019-04-17
Évaluation 4.00/5 Total 4 Évaluations
Développeur Petr Sloup
Type de Paiement free
Site Web de l'Extension https://github.com/petrsloup/gmail-sunshine
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Sunshine",
    "description": "Brings the best feature from Inbox to Gmail \u2013 Sunshine when there is no new mail!",
    "version": "2.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/mail.google.com\/"
    ],
    "manifest_version": 2
}