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