Mavy - Your Personal AI Executive Assistant.

Mavy is your personal AI executive assistant by Mavex.ai

Mavy - Your Personal AI Executive Assistant.란 무엇입니까?

Mavy - Your Personal AI Executive Assistant.은(는) https://mavex.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mavy is your personal AI executive assistant by Mavex.ai"입니다.

확장 프로그램 스크린샷

Mavy - Your Personal AI Executive Assistant. 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Meet Mavy by [Mavex.ai](https://mavex.ai/), your own AI executive assistant designed to transform the way knowledge workers approach efficiency and productivity. Are you striving to streamline your workflow? Mavy is your answer, changing the very definition of productivity with its all-in-one functionality.

1. Email Management with AI Power: With Mavy, you can effortlessly compose emails, reply to emails, and manage everything related to your email communication. Mavy's approach ensures personalized and efficient email handling, reducing your workload and enhancing productivity.

2. Scheduling and Calendar Management: Scheduling meetings and managing calendars have never been easier. Mavy's conversational interaction enables easy scheduling, allowing you to take control of your time and achieve efficiency in all your meetings.

3. Content Creation: Whether you need to draft a LinkedIn post, brainstorm ideas, or handle anything related to content, look no further than Mavy - your AI powered assistant. Leverage the power of AI to craft compelling content, boosting your professional presence online.

4. Work Apps Integration: Connect all your work apps with Mavy like Jira, Calendar, Notion, Asana, Gmail, Google Drive and fly through your apps 5x faster. Our unified interface is engineered to integrate with your daily tools, maximizing both productivity and efficiency.

5. Unified Interface for Productivity Apps: Mavy's unique unified interface lets you talk to your productivity apps directly. Say goodbye to switching between tabs, and embrace the next level of efficiency with a seamless experience.

Utilize the potential of AI in your daily routine with [Mavex.ai](http://mavex.ai/)'s Chrome extension, featuring Mavy. Designed with productivity, efficiency, AI assistance, and email and scheduling management at its core, Mavy is your go-to solution for an optimized work life.

Harness the power of Mavy, your own AI assistant. Join the future of work today and elevate your productivity and efficiency like never before!                    

확장 프로그램 기본 정보

이름 Mavy - Your Personal AI Executive Assistant. Mavy - Your Personal AI Executive Assistant.
ID lapoampfbebjeconjefbegmjjhfkapko
공식 URL https://chromewebstore.google.com/detail/mavy-your-personal-ai-exe/lapoampfbebjeconjefbegmjjhfkapko
설명 Mavy is your personal AI executive assistant by Mavex.ai
파일 크기 902 KB
설치 횟수 299
현재 버전 0.16
최근 업데이트 2024-02-20
출시 날짜 2023-08-23
평점 4.90/5 총 10 개의 평점
개발자 https://mavex.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mavex.ai
개인정보 보호 정책 페이지 URL https://mavex.ai/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mavy - Your Personal AI Executive Assistant.",
    "version": "0.16",
    "description": "Mavy is your personal AI executive assistant by Mavex.ai",
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "call-mavy": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            },
            "description": "Summon Mavy."
        }
    },
    "permissions": [
        "scripting",
        "notifications",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "mavylogo.png",
                "mavex.png",
                "mavylogo.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "https:\/\/app.mavex.ai\/*",
            "https:\/\/stg.mavex.ai\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "contentScript.js",
                "interface.js"
            ]
        }
    ]
}