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
Eメール [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\/*"
            ]
        }
    ]
}