Wholemeaning Email Manager

Wholemeaning Email Manager

Что такое Wholemeaning Email Manager?

Wholemeaning Email Manager - это расширение Chrome, разработанное https://wholemeaning.com, и его основная функция - "Wholemeaning Email Manager".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Wholemeaning Email Manager

Скачайте файлы расширений Wholemeaning Email Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Wholemeaning Email Manager es una solución que permite priorizar lo elementos relevantes del correo electrónico a través de algoritmos de inteligencia artificial. Detecta oportunidades comerciales, fuga de clientes, requerimientos y posibles problemas .

El plugin se integra de manera transparente a tu correo Gmail, manteniendo un panel con la cantidad de correos importantes sin abordar y entregando alertas. Para cerrar una alerta debes responder el correo o marcar como resuelto con el botón en la parte superior.

Cambios Versión 2.7.4

- Evitar fallo en caso de que no se detecte el thread.                    

Основная информация о расширении

Название Wholemeaning Email Manager Wholemeaning Email Manager
ID npppofldhcjmichdpkhkmdedjohnboaa
Официальный URL https://chromewebstore.google.com/detail/wholemeaning-email-manage/npppofldhcjmichdpkhkmdedjohnboaa
Описание Wholemeaning Email Manager
Размер файла 1.22 MB
Количество установок 0
Текущая Версия 2.7.4
Последнее Обновление 2024-01-18
Дата публикации 2020-02-20
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://wholemeaning.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.wholemeaning.com
URL страницы политики конфиденциальности http://wholemeaning.com/privacy-policy
Поддерживаемые языки es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wholemeaning Email Manager",
    "short_name": "Wholemeaning",
    "version": "2.7.4",
    "author": "Wholemeaning, Inc.",
    "minimum_chrome_version": "88",
    "description": "Wholemeaning Email Manager",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "ContentScripts\/Gmail.Loader.js",
                "ContentScripts\/Loader.js"
            ]
        },
        {
            "matches": [
                "*:\/\/outlook.office.com\/*",
                "*:\/\/outlook.office365.com\/*"
            ],
            "js": [
                "ContentScripts\/Outlook.Loader.js",
                "ContentScripts\/Loader.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "ContentScripts\/BackgroundEvents.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/outlook.office.com\/*",
            "*:\/\/outlook.office365.com\/*",
            "*:\/\/mail.google.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "profile.json",
                "Injection\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "32": "Injection\/Resources\/favicon.png"
        }
    },
    "icons": {
        "128": "Injection\/Resources\/logo128.png"
    },
    "host_permissions": [
        "*:\/\/mail.google.com\/*",
        "*:\/\/outlook.office.com\/*",
        "*:\/\/outlook.office365.com\/*"
    ]
}