My AI Assistant (MAIA)

Productivity Booster!

¿Qué es My AI Assistant (MAIA)?

My AI Assistant (MAIA) es una extensión de Chrome desarrollada por pkumbhat, y su función principal es "Productivity Booster!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión My AI Assistant (MAIA)

Descarga archivos de extensión My AI Assistant (MAIA) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Introducing MAIA (My AI Assistant) 🎉, theee tool for boosting productivity! Now, you can conveniently utilize your voice to interact with MAIA! 🎙️ (check out our video here - https://www.youtube.com/watch?v=v_EsVni7XUw)

Get it for free on Google Chrome and experience the unfiltered power of OpenAI as you browse. 🌐 

MAIA is designed to be intuitive, user-friendly, and seamlessly integrated into your workflow. 🚀 

MAIA is here to assist you with a variety of tasks including:
1) Translating and transcribing content 🌎. Think voice notes!
2) Content generation ✍🏼
3) Summarising content 📝
4) Simplifying complex content 👌
5) Explaining content for better understanding 🧠
6) And a ton of other features! 🎁

Get MAIA on Chrome for free today - https://www.chromeaiextn.com 🆓

#AI #generativeai #openai #chatgpt #browser #productivity #maia #aiassistance #chrome #chromeextension #voice #voicenotes #audio #transcribe #translate                    

Información Básica de la Extensión

Nombre My AI Assistant (MAIA) My AI Assistant (MAIA)
ID heaplgobfdojfolbieapaccceajljeho
URL Oficial https://chromewebstore.google.com/detail/my-ai-assistant-maia/heaplgobfdojfolbieapaccceajljeho
Descripción Productivity Booster!
Tamaño del Archivo 2.03 MB
Cantidad de Instalaciones 33
Versión Actual 1.0.0.13
Última Actualización 2023-11-04
Fecha de Publicación 2023-09-13
Desarrollador pkumbhat
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.chromeaiextn.com/
URL de la Página de Ayuda https://www.chromeaiextn.com/help.html
URL de la Página de Política de Privacidad https://www.chromeaiextn.com/terms.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My AI Assistant (MAIA)",
    "description": "Productivity Booster!",
    "version": "1.0.0.13",
    "icons": {
        "16": "images\/micon-16.png",
        "32": "images\/micon-32.png",
        "48": "images\/micon-48.png",
        "128": "images\/micon-128.png"
    },
    "side_panel": {
        "default_path": "popup.html"
    },
    "action": {
        "default_title": "Click to open My AI Assistant (MAIA)!",
        "default_icons": {
            "16": "images\/micon-16.png",
            "32": "images\/micon-32.png",
            "48": "images\/micon-48.png",
            "128": "images\/micon-128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "unlimitedStorage",
        "storage",
        "identity",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "serviceworker.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkUPvBykayWpUGk2Re7E1pzEyAp\/NDfoS28lEQmXV8yh5lrnOwsxagHccolaFLhpfmx4AfWgKJE37QxBGpHRbgAov0YQDZsGbi35FbKPvJ131AjpGJPOSkVJf7DegeqdNzxiytaPGjACWygdOrgopEL9+HMIINTUUR+R6LzSSrk7ZAEBXRvwvOLNFSr4F5zqRIcujjW9OcTCJkxZSpKlvHF+kNxyuvhrEdxvfEdLVILH9Pc+QZoYfdh1ai1KD8DE\/h11CBSeiP5kvn0P+wXKxHgI0ECSVsFu22\/JTnx\/Z0pIq2mM9WzQqNxaM1RJuO7CDyw0\/gznO1xuxIokvejKRtQIDAQAB"
}