Fridai.io - #1 AI Email Assistant

AI assistant that writes emails for you, powered by the latest GPT-3.5 technology.

Fridai.io - #1 AI Email Assistantとは何ですか?

Fridai.io - #1 AI Email Assistantはtiagoによって開発されたChromeの拡張機能で、その主な機能は「AI assistant that writes emails for you, powered by the latest GPT-3.5 technology.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Fridai.io - #1 AI Email Assistant拡張機能のCRXファイルをダウンロード

Fridai.io - #1 AI Email Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Introducing the Email Assistant Extension, the ultimate tool for busy professionals to save time and energy! This extension helps you save time by quickly generating replies to emails based on your previous emails. It uses sophisticated algorithms to find patterns in your emails and suggest responses that are tailored to your writing style. With this extension, you can quickly craft thoughtful, personalized emails without having to start from scratch. Spend less time typing and more time focusing on the important things. Try the Email Assistant Extension today and see the difference it makes in your email productivity!                    

拡張機能の基本情報

名前 Fridai.io - #1 AI Email Assistant Fridai.io - #1 AI Email Assistant
ID olpjehlibedlpehmokpekmapkpppgfnh
公式URL https://chromewebstore.google.com/detail/fridaiio-1-ai-email-assis/olpjehlibedlpehmokpekmapkpppgfnh
説明 AI assistant that writes emails for you, powered by the latest GPT-3.5 technology.
ファイルサイズ 3.22 MB
インストール数 135
現在のバージョン 1.2.9
最終更新日 2023-05-11
公開日 2023-01-22
評価 4.57/5 合計 7 レビュー
開発者 tiago
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://fridai.io/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fridai.io - #1 AI Email Assistant",
    "short_name": "email_assistant",
    "version": "1.2.9",
    "author": "Tweetsy ",
    "description": "AI assistant that writes emails for you, powered by the latest GPT-3.5 technology.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "src\/extensionInjector.js",
                "dist\/extension.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "src\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/gmailJsLoader.js",
                "dist\/extension.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/frid-ai.jpg",
            "24": "assets\/frid-ai.jpg",
            "32": "assets\/frid-ai.jpg"
        },
        "default_title": "Email Extension",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}