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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI assistant that writes emails for you, powered by the latest GPT-3.5 technology."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fridai.io - #1 AI Email Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
    ]
}