Wholemeaning Email Manager

Wholemeaning Email Manager

Wholemeaning Email Manager란 무엇입니까?

Wholemeaning Email Manager은(는) https://wholemeaning.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wholemeaning Email Manager"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Wholemeaning Email Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}