IntelliMail

Your AI email assistant

ما هو IntelliMail؟

IntelliMail هو إضافة Chrome تم تطويرها بواسطة https://www.intellimail.xyz، والميزة الرئيسية لها هي "Your AI email assistant".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة IntelliMail

قم بتنزيل ملفات الامتداد IntelliMail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم IntelliMail IntelliMail
ID aidjniokddeeghninicikjkbgbjcgoop
عنوان URL الرسمي https://chromewebstore.google.com/detail/intellimail/aidjniokddeeghninicikjkbgbjcgoop
الوصف Your AI email assistant
حجم الملف 1.9 MB
عدد التثبيتات 1,115
النسخة الحالية 1.6.9
آخر تحديث 2023-09-09
تاريخ النشر 2023-01-04
تقييم 5.00/5 مجموع تقييمات 13
المطور https://www.intellimail.xyz
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.intellimail.xyz/
اللغات المدعومة 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\/*"
            ]
        }
    ]
}