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.

什么是Monica - Your AI Copilot powered by ChatGPT4?

Monica - Your AI Copilot powered by ChatGPT4是由https://monica.im开发的Chrome扩展程序,该扩展的主要功能是“Your AI Copilot powered by GPT-4. Answers complex questions. Writes emails, reads articles, searches smartly. Usable everywhere.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Monica - Your AI Copilot powered by ChatGPT4扩展crx文件

下载Monica - Your AI Copilot powered by ChatGPT4扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Monica - Your AI Copilot powered by ChatGPT4 Monica - Your AI Copilot powered by ChatGPT4
ID ofpnmcalabcbjgholdjcjblkibolbppb
官方URL https://chromewebstore.google.com/detail/monica-your-ai-copilot-po/ofpnmcalabcbjgholdjcjblkibolbppb
简介 Your AI Copilot powered by GPT-4. Answers complex questions. Writes emails, reads articles, searches smartly. Usable everywhere.
文件大小 10.32 MB
安装次数 1,703,730
当前版本 4.8.3
更新时间 2024-03-04
上架时间 2023-03-02
评分 4.91/5 共13643次评分
开发者 https://monica.im
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://monica.im
帮助页面URL https://monica.im
隐私政策页面URL https://monica.im/privacy
支持的语言 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"
    }
}