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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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