IntelliMail

Your AI email assistant

Was ist IntelliMail?

IntelliMail ist eine Chrome-Erweiterung, die von https://www.intellimail.xyz entwickelt wurde, und ihr Hauptmerkmal ist "Your AI email assistant".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

IntelliMail-Erweiterungs-CRX-Datei herunterladen

Laden Sie IntelliMail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name IntelliMail IntelliMail
ID aidjniokddeeghninicikjkbgbjcgoop
Offizielle URL https://chromewebstore.google.com/detail/intellimail/aidjniokddeeghninicikjkbgbjcgoop
Beschreibung Your AI email assistant
Dateigröße 1.9 MB
Installationsanzahl 1,115
Aktuelle Version 1.6.9
Letztes Update 2023-09-09
Veröffentlichungsdatum 2023-01-04
Bewertung 5.00/5 Insgesamt 13 Bewertungen
Entwickler https://www.intellimail.xyz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.intellimail.xyz/
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}