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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            }
        }
    }
}