Walles.AI - Free AI Copilot

Free AI Assistant. Supports GPT-4. Immersive translation. Answers complex questions. Comprehends long texts. Supports Notion

Walles.AI - Free AI Copilotとは何ですか?

Walles.AI - Free AI Copilotはhttps://walles.aiによって開発されたChromeの拡張機能で、その主な機能は「Free AI Assistant. Supports GPT-4. Immersive translation. Answers complex questions. Comprehends long texts. Supports Notion」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Walles.AI - Free AI Copilot拡張機能のCRXファイルをダウンロード

Walles.AI - Free AI Copilot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Free GPT AI Assistant Plugin. Supports GPT-4. Immersive translation. Answers complex questions. Comprehends long texts. Usable everywhere. Supports export to Notion.

🔥 Walles.AI as your co-pilot and can answer any complex questions in the sidebar. It can also help you write articles, read articles, summarize YouTube videos, and enhance Google search engines. Available on all websites.

🚀 Quick Start Tips
1️⃣ Open the Sidebar to chat with Walles.AI easily about anything, all powered by GPT-4 and GPT-3.5, just as intelligent as ChatGPT.
2️⃣ Select any text on the webpage and let Walles.AI explain, translate, or paraphrase it based on GPT-3.5.
3️⃣ Open YouTube to get video summaries and quickly generate summary outlines without wasting a lot of time watching videos.
4️⃣ Upload PDF files to quickly generate article summaries and chat with PDF instantly.

💡 All your chats and memos on Walles.AI can be exported to Notion.                    

拡張機能の基本情報

名前 Walles.AI - Free AI Copilot Walles.AI - Free AI Copilot
ID meekeganelaaeijimakghhbiphjbfgdn
公式URL https://chromewebstore.google.com/detail/wallesai-free-ai-copilot/meekeganelaaeijimakghhbiphjbfgdn
説明 Free AI Assistant. Supports GPT-4. Immersive translation. Answers complex questions. Comprehends long texts. Supports Notion
ファイルサイズ 1.43 MB
インストール数 6,000
現在のバージョン 1.1.9
最終更新日 2024-01-27
公開日 2023-08-28
評価 4.89/5 合計 36 レビュー
開発者 https://walles.ai
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://walles.ai
ヘルプページのURL https://walles.ai
プライバシーポリシーページのURL https://walles.ai/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Walles.AI - Free AI Copilot",
    "description": "Free AI Assistant. Supports GPT-4. Immersive translation. Answers complex questions. Comprehends long texts. Supports Notion",
    "version": "1.1.9",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "unlimitedStorage",
        "tabs",
        "sidePanel",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "side_panel": {
        "default_path": "sidePanel.html"
    },
    "optional_permissions": [
        "background"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "options_ui": {
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "shared.js",
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "logo.png",
                "content-script.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            }
        }
    }
}