Lemicons

Quickly identify the sender of email messages in Gmail without opening the message.

Qu'est-ce que Lemicons ?

Lemicons est une extension Chrome développée par Pearl Lemon, et sa fonction principale est "Quickly identify the sender of email messages in Gmail without opening the message.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lemicons

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

                        Quickly identify the sender of email messages in Gmail without opening the message.                    

Informations de Base sur l'Extension

Nom Lemicons Lemicons
ID jicobgeehljnbhemlcmiihcfnenepaeb
URL Officiel https://chromewebstore.google.com/detail/lemicons/jicobgeehljnbhemlcmiihcfnenepaeb
Description Quickly identify the sender of email messages in Gmail without opening the message.
Taille du Fichier 1.28 MB
Nombre d'Installations 23
Version Actuelle 2.0.3
Dernière Mise à Jour 2022-10-20
Date de Publication 2022-08-22
Évaluation 4.93/5 Total 15 Évaluations
Développeur Pearl Lemon
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://pearllemon.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Quickly identify the sender of email messages in Gmail without opening the message.",
    "version": "2.0.3",
    "manifest_version": 3,
    "name": "Lemicons",
    "options_page": "options.html",
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon32.png"
    },
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/"
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icon64.png",
                "icon32.png",
                "pageWorld.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        },
        {
            "resources": [
                "payment-success.html",
                "paymentSuccess.js",
                "payment-canceled.html",
                "paymentCanceled.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "client_id": "812811069389-58jlmi1diqff7dvkep47mlcs17the1fq.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.gmailfiend.com\/*"
        ]
    }
}