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.

Cos'è Monica - Your AI Copilot powered by ChatGPT4?

Monica - Your AI Copilot powered by ChatGPT4 è un'estensione di Chrome sviluppata da https://monica.im, e la sua funzione principale è "Your AI Copilot powered by GPT-4. Answers complex questions. Writes emails, reads articles, searches smartly. Usable everywhere.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Monica - Your AI Copilot powered by ChatGPT4

Scarica i file di estensione Monica - Your AI Copilot powered by ChatGPT4 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        🔥 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!                    

Informazioni di Base sull'Estensione

Nome Monica - Your AI Copilot powered by ChatGPT4 Monica - Your AI Copilot powered by ChatGPT4
ID ofpnmcalabcbjgholdjcjblkibolbppb
URL Ufficiale https://chromewebstore.google.com/detail/monica-your-ai-copilot-po/ofpnmcalabcbjgholdjcjblkibolbppb
Descrizione Your AI Copilot powered by GPT-4. Answers complex questions. Writes emails, reads articles, searches smartly. Usable everywhere.
Dimensione del File 10.32 MB
Conteggio Installazioni 1,703,730
Versione Corrente 4.8.3
Ultimo Aggiornamento 2024-03-04
Data di Pubblicazione 2023-03-02
Valutazione 4.91/5 Totale 13643 Valutazioni
Sviluppatore https://monica.im
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://monica.im
URL della Pagina di Aiuto https://monica.im
URL della Pagina della Politica sulla Privacy https://monica.im/privacy
Lingue Supportate 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"
    }
}