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文件

下載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
官方網址 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\/*"
    ]
}