Lemicons

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

Lemiconsとは何ですか?

LemiconsはPearl Lemonによって開発されたChromeの拡張機能で、その主な機能は「Quickly identify the sender of email messages in Gmail without opening the message.」です。

拡張機能のスクリーンショット

screenshot

Lemicons拡張機能のCRXファイルをダウンロード

Lemicons拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Lemicons Lemicons
ID jicobgeehljnbhemlcmiihcfnenepaeb
公式URL https://chromewebstore.google.com/detail/lemicons/jicobgeehljnbhemlcmiihcfnenepaeb
説明 Quickly identify the sender of email messages in Gmail without opening the message.
ファイルサイズ 1.28 MB
インストール数 23
現在のバージョン 2.0.3
最終更新日 2022-10-20
公開日 2022-08-22
評価 4.93/5 合計 15 レビュー
開発者 Pearl Lemon
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://pearllemon.com/privacy-policy
対応言語 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\/*"
        ]
    }
}