My AI Assistant (MAIA)

Productivity Booster!

O que é My AI Assistant (MAIA)?

My AI Assistant (MAIA) é uma extensão do Chrome desenvolvida por pkumbhat, e sua principal característica é "Productivity Booster!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão My AI Assistant (MAIA)

Baixe arquivos de extensão My AI Assistant (MAIA) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome My AI Assistant (MAIA) My AI Assistant (MAIA)
ID heaplgobfdojfolbieapaccceajljeho
URL Oficial https://chromewebstore.google.com/detail/my-ai-assistant-maia/heaplgobfdojfolbieapaccceajljeho
Descrição Productivity Booster!
Tamanho do Arquivo 2.03 MB
Contagem de Instalações 33
Versão Atual 1.0.0.13
Última Atualização 2023-11-04
Data de Publicação 2023-09-13
Desenvolvedor pkumbhat
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.chromeaiextn.com/
URL da Página de Ajuda https://www.chromeaiextn.com/help.html
URL da Página de Política de Privacidade https://www.chromeaiextn.com/terms.html
Idiomas Suportados 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"
}