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.

Apa itu Monica - Your AI Copilot powered by ChatGPT4?

Monica - Your AI Copilot powered by ChatGPT4 adalah ekstensi Chrome yang dikembangkan oleh https://monica.im, dan fitur utamanya adalah "Your AI Copilot powered by GPT-4. Answers complex questions. Writes emails, reads articles, searches smartly. Usable everywhere.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Monica - Your AI Copilot powered by ChatGPT4

Unduh file ekstensi Monica - Your AI Copilot powered by ChatGPT4 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Monica - Your AI Copilot powered by ChatGPT4 Monica - Your AI Copilot powered by ChatGPT4
ID ofpnmcalabcbjgholdjcjblkibolbppb
URL Resmi https://chromewebstore.google.com/detail/monica-your-ai-copilot-po/ofpnmcalabcbjgholdjcjblkibolbppb
Deskripsi Your AI Copilot powered by GPT-4. Answers complex questions. Writes emails, reads articles, searches smartly. Usable everywhere.
Ukuran File 10.32 MB
Jumlah Instalasi 1,703,730
Versi Saat Ini 4.8.3
Terakhir Diperbarui 2024-03-04
Tanggal Publikasi 2023-03-02
Penilaian 4.91/5 Total 13643 Penilaian
Pengembang https://monica.im
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://monica.im
URL Halaman Bantuan https://monica.im
URL Halaman Kebijakan Privasi https://monica.im/privacy
Bahasa yang Didukung 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"
    }
}