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
官方網址 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
電子郵箱 [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"
            }
        }
    }
}