Badge Notifications for Outlook PWA
A tool to add a pending notification app badge (tested on Chrome OS)
Что такое Badge Notifications for Outlook PWA?
Badge Notifications for Outlook PWA - это расширение Chrome, разработанное iamacarpet, и его основная функция - "A tool to add a pending notification app badge (tested on Chrome OS)".
Снимки экрана расширения
Скачать файл CRX расширения Badge Notifications for Outlook PWA
Скачайте файлы расширений Badge Notifications for Outlook PWA в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Show badge notifications in the dock/shelf when using Outlook as an app (PWA).
PWA badge notifications are supported on Windows, macOS and ChromeOS:
https://chromestatus.com/feature/6068482055602176 Основная информация о расширении
| Название | |
| ID | elfppjipmocfejmaeaebplcimjagkcma |
| Официальный URL | https://chromewebstore.google.com/detail/badge-notifications-for-o/elfppjipmocfejmaeaebplcimjagkcma |
| Описание | A tool to add a pending notification app badge (tested on Chrome OS) |
| Размер файла | 19.11 KB |
| Количество установок | 218 |
| Текущая Версия | 1.6 |
| Последнее Обновление | 2023-12-18 |
| Дата публикации | 2023-07-05 |
| Рейтинг | 3.00/5 Всего 2 оценок |
| Разработчик | iamacarpet |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Badge Notifications for Outlook PWA",
"version": "1.6",
"description": "A tool to add a pending notification app badge (tested on Chrome OS)",
"content_scripts": [
{
"matches": [
"https:\/\/outlook.office.com\/*",
"https:\/\/outlook.office365.com\/*"
],
"js": [
"content-script.js"
]
}
],
"icons": {
"256": "images\/outlookIcon.png"
}
} | |