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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*"
    ]
}