IntelliMail

Your AI email assistant

什麼是IntelliMail?

IntelliMail是由https://www.intellimail.xyz開發的Chrome擴展程式,該擴展的主要功能是“Your AI email assistant”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載IntelliMail擴展crx文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}