Monica - Your AI Copilot powered by ChatGPT4

Your AI Copilot powered by GPT-4. Answers complex questions. Writes emails, reads articles, searches smartly. Usable everywhere.

¿Qué es Monica - Your AI Copilot powered by ChatGPT4?

Monica - Your AI Copilot powered by ChatGPT4 es una extensión de Chrome desarrollada por https://monica.im, y su función principal es "Your AI Copilot powered by GPT-4. Answers complex questions. Writes emails, reads articles, searches smartly. Usable everywhere.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Monica - Your AI Copilot powered by ChatGPT4

Descarga archivos de extensión Monica - Your AI Copilot powered by ChatGPT4 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

                        🔥 Monica is your all-in-one GPT-4 AI assistant. 
Hit Cmd/Ctrl + M, and you're in with it.
We offer assistance in various tasks including searching, reading, writing, translating, drawing, and more.

💪The Key Features:
👉Chat with AI 
  ✔️Multi Chatbots : chat with various LLM models like GPT-3.5, GPT-4, Bard, and Claude in one place.
  ✔️Prompt Library: access many saved prompts quickly with '/' in a prompt base.
  ✔️Real-Time: obtain current real-time internet information.
  ✔️Voice Support: using microphone button to chat without typing.

👉Chat and Summary
  ✔️ChatPDF: upload and chat with PDF to better understand the content.
  ✔️Chat With Image: upload an image and ask questions powered by GPT-4V.
  ✔️Webpage Summary: get summaries without reading entire webpages.
  ✔️YouTube Summary: get summaries without watching entire videos.

👉Search
  ✔️Search Agent: ask a question and we will search, review, and find the answer using multiple keywords.
  ✔️Search Enhance: load ChatGPT answers next to search engines like Google and New Bing.

👉Write
  ✔️Compose: use 'compose' for quick, tailored writing of essays or reports, with control over size, style, and tone.
  ✔️Write agent: provide a topic, and we'll auto-draft outlines with expanded content and references.
  ✔️Email reply: in Gmail, we suggests reply options based on email content, allowing click-based responses without typing.

👉Translation
  ✔️PDF Translation: translate a PDF and compare it with the original on the left and translation on the right.
  ✔️Parallel Translation: translate pages without hiding original text for side-by-side language comparison and accurate answers.
  ✔️Text Translation: translate selected text on webpages instantly.

👉Creating Art
  ✔️Convert your words into visuals. Just enter a short text, and you can become a painter.

👉 AI Memo
  ✔️Memo is an AI knowledge base where you can save webpages, chats, images, and PDFs. Chat with Memo to access information, and as it grows, we can offer more tailored and accurate responses for you.

💻 How to use:
🔸Click the "Add to Chrome" button and pin it to the toolbar.
🔸Log in to your account.
🔸Press Cmd/Ctrl+M to wake up Monica.
🔸Start working with AI!

❓ Frequently Asked Questions:

📌 What search engines are supported by you?
- Currently, we support Google,Bing and other search engines, and more search engines will be supported in the future.

📌 Do I need a ChatGPT/OpenAI account?
- No, you do not need to have a ChatGPT account to use this extension. You can create a free account.

📌 ChatGPT is banned in my country. Does it work in my country?
- Yes. Our extension works in all countries.

📌Is it free to use?
- Yes, we offer limited use for free. For unlimited access, you can choose the Premium Plan.

📪 Contact us:
Any questions or suggestions? Please contact us at 💌 [email protected].
Try it now and experience the powerful features of ChatGPT-driven AI assistants!                    

Información Básica de la Extensión

Nombre Monica - Your AI Copilot powered by ChatGPT4 Monica - Your AI Copilot powered by ChatGPT4
ID ofpnmcalabcbjgholdjcjblkibolbppb
URL Oficial https://chromewebstore.google.com/detail/monica-your-ai-copilot-po/ofpnmcalabcbjgholdjcjblkibolbppb
Descripción Your AI Copilot powered by GPT-4. Answers complex questions. Writes emails, reads articles, searches smartly. Usable everywhere.
Tamaño del Archivo 10.32 MB
Cantidad de Instalaciones 1,703,730
Versión Actual 4.8.3
Última Actualización 2024-03-04
Fecha de Publicación 2023-03-02
Calificación 4.91/5 Total de 13643 Calificaciones
Desarrollador https://monica.im
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://monica.im
URL de la Página de Ayuda https://monica.im
URL de la Página de Política de Privacidad https://monica.im/privacy
Idiomas Soportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "4.8.3",
    "manifest_version": 3,
    "icons": {
        "16": "static\/monicaLogo.png",
        "32": "static\/monicaLogo.png",
        "48": "static\/monicaLogo.png",
        "128": "static\/monicaLogo.png"
    },
    "action": {
        "default_icon": {
            "16": "static\/monicaLogo.png",
            "32": "static\/monicaLogo.png",
            "48": "static\/monicaLogo.png",
            "128": "static\/monicaLogo.png"
        },
        "default_popup": "monicaPopup.html"
    },
    "options_ui": {
        "page": "monicaOptions.html",
        "open_in_tab": true
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "scripting",
        "sidePanel",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "static\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/monica.im\/*"
        ]
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            }
        },
        "run-monica-on-new-tab": {
            "description": "Open Chat Tab"
        }
    },
    "side_panel": {
        "default_path": "sidePanel.html"
    }
}