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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tiago และคุณลักษณะหลักของมันคือ "AI assistant that writes emails for you, powered by the latest GPT-3.5 technology."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fridai.io - #1 AI Email Assistant

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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:\/\/*\/*"
    ]
}