Wholemeaning Email Manager

Wholemeaning Email Manager

Cos'è Wholemeaning Email Manager?

Wholemeaning Email Manager è un'estensione di Chrome sviluppata da https://wholemeaning.com, e la sua funzione principale è "Wholemeaning Email Manager".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Wholemeaning Email Manager

Scarica i file di estensione Wholemeaning Email Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Wholemeaning Email Manager Wholemeaning Email Manager
ID npppofldhcjmichdpkhkmdedjohnboaa
URL Ufficiale https://chromewebstore.google.com/detail/wholemeaning-email-manage/npppofldhcjmichdpkhkmdedjohnboaa
Descrizione Wholemeaning Email Manager
Dimensione del File 1.22 MB
Conteggio Installazioni 0
Versione Corrente 2.7.4
Ultimo Aggiornamento 2024-01-18
Data di Pubblicazione 2020-02-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://wholemeaning.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.wholemeaning.com
URL della Pagina della Politica sulla Privacy http://wholemeaning.com/privacy-policy
Lingue Supportate 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\/*"
    ]
}