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.".
Снимки экрана расширения
Скачать файл CRX расширения Lemicons
Скачайте файлы расширений Lemicons в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Quickly identify the sender of email messages in Gmail without opening the message.
Основная информация о расширении
Название | 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": [ " |