Lemicons

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

Lemicons là gì?

Lemicons là một tiện ích mở rộng Chrome được phát triển bởi Pearl Lemon, và tính năng chính của nó là "Quickly identify the sender of email messages in Gmail without opening the message.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lemicons

Tải xuống các tệp mở rộng Lemicons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lemicons Lemicons
ID jicobgeehljnbhemlcmiihcfnenepaeb
URL Chính Thức https://chromewebstore.google.com/detail/lemicons/jicobgeehljnbhemlcmiihcfnenepaeb
Mô tả Quickly identify the sender of email messages in Gmail without opening the message.
Kích Thước Tệp 1.28 MB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 2.0.3
Cập Nhật Lần Cuối 2022-10-20
Ngày Phát Hành 2022-08-22
Đánh Giá 4.93/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Pearl Lemon
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://pearllemon.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}