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