Lemicons

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

Lemiconsคืออะไร?

Lemicons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pearl Lemon และคุณลักษณะหลักของมันคือ "Quickly identify the sender of email messages in Gmail without opening the message."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lemicons

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
        ]
    }
}