IntelliMail

Your AI email assistant

¿Qué es IntelliMail?

IntelliMail es una extensión de Chrome desarrollada por https://www.intellimail.xyz, y su función principal es "Your AI email assistant".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión IntelliMail

Descarga archivos de extensión IntelliMail en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Want to land an internship, be a pro at thank you emails and save countless hours everyday? Look no further than IntelliMail. Your free personal email assistant. 

Unlock productivity and save time with your personal email assistant that takes care of your email writing needs. Simply open Gmail, add context, and click the IntelliMail button to generate a perfectly crafted email in seconds. Say goodbye to wasted time and hello to increased efficiency with IntelliMail.

*We do not read or collect any of your data.*                    

Información Básica de la Extensión

Nombre IntelliMail IntelliMail
ID aidjniokddeeghninicikjkbgbjcgoop
URL Oficial https://chromewebstore.google.com/detail/intellimail/aidjniokddeeghninicikjkbgbjcgoop
Descripción Your AI email assistant
Tamaño del Archivo 1.9 MB
Cantidad de Instalaciones 1,115
Versión Actual 1.6.9
Última Actualización 2023-09-09
Fecha de Publicación 2023-01-04
Calificación 5.00/5 Total de 13 Calificaciones
Desarrollador https://www.intellimail.xyz
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.intellimail.xyz/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IntelliMail",
    "description": "Your AI email assistant",
    "version": "1.6.9",
    "manifest_version": 3,
    "icons": {
        "48": "assets\/imlogo.png",
        "72": "assets\/imlogo.png",
        "96": "assets\/imlogo.png",
        "144": "assets\/imlogo.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Generate emails"
    },
    "background": {
        "service_worker": "scripts\/contextMenuServiceWorker.js"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/airtable.com\/shrwhYNbbwUGfRlu5"
            ],
            "js": [
                "scripts\/airtable.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/imlogo.png"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}