IntelliMail

Your AI email assistant

Apa itu IntelliMail?

IntelliMail adalah ekstensi Chrome yang dikembangkan oleh https://www.intellimail.xyz, dan fitur utamanya adalah "Your AI email assistant".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi IntelliMail

Unduh file ekstensi IntelliMail dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama IntelliMail IntelliMail
ID aidjniokddeeghninicikjkbgbjcgoop
URL Resmi https://chromewebstore.google.com/detail/intellimail/aidjniokddeeghninicikjkbgbjcgoop
Deskripsi Your AI email assistant
Ukuran File 1.9 MB
Jumlah Instalasi 1,115
Versi Saat Ini 1.6.9
Terakhir Diperbarui 2023-09-09
Tanggal Publikasi 2023-01-04
Penilaian 5.00/5 Total 13 Penilaian
Pengembang https://www.intellimail.xyz
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.intellimail.xyz/
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}