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ファイルをダウンロード

Mavy - Your Personal AI Executive Assistant.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}