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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}