IntelliMail

Your AI email assistant

O que é IntelliMail?

IntelliMail é uma extensão do Chrome desenvolvida por https://www.intellimail.xyz, e sua principal característica é "Your AI email assistant".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão IntelliMail

Baixe arquivos de extensão IntelliMail no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.*                    

Informações Básicas da Extensão

Nome IntelliMail IntelliMail
ID aidjniokddeeghninicikjkbgbjcgoop
URL Oficial https://chromewebstore.google.com/detail/intellimail/aidjniokddeeghninicikjkbgbjcgoop
Descrição Your AI email assistant
Tamanho do Arquivo 1.9 MB
Contagem de Instalações 1,115
Versão Atual 1.6.9
Última Atualização 2023-09-09
Data de Publicação 2023-01-04
Classificação 5.00/5 Total de 13 Avaliações
Desenvolvedor https://www.intellimail.xyz
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.intellimail.xyz/
Idiomas Suportados 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\/*"
            ]
        }
    ]
}