Mavy - Your Personal AI Executive Assistant.

Mavy is your personal AI executive assistant by Mavex.ai

What is Mavy - Your Personal AI Executive Assistant.?

Mavy - Your Personal AI Executive Assistant. is a Chrome extension developed by https://mavex.ai, and its main feature is "Mavy is your personal AI executive assistant by Mavex.ai".

Extension Screenshots

Download Mavy - Your Personal AI Executive Assistant. Extension CRX File

Download Mavy - Your Personal AI Executive Assistant. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Mavy - Your Personal AI Executive Assistant. Mavy - Your Personal AI Executive Assistant.
ID lapoampfbebjeconjefbegmjjhfkapko
Official URL https://chromewebstore.google.com/detail/mavy-your-personal-ai-exe/lapoampfbebjeconjefbegmjjhfkapko
Description Mavy is your personal AI executive assistant by Mavex.ai
File Size 902 KB
Installation Count 299
Current Version 0.16
Last Updated 2024-02-20
Publish Date 2023-08-23
Rating 4.90/5 Total 10 Ratings
Developer https://mavex.ai
Email [email protected]
Payment Type free
Extension Website https://mavex.ai
Privacy Policy Page URL https://mavex.ai/privacy
Supported Languages 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"
            ]
        }
    ]
}