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
Eメール [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"
    }
}