Walles.AI - Free AI Copilot

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

O que é Walles.AI - Free AI Copilot?

Walles.AI - Free AI Copilot é uma extensão do Chrome desenvolvida por https://walles.ai, e sua principal característica é "Free AI Assistant. Supports GPT-4. Immersive translation. Answers complex questions. Comprehends long texts. Supports Notion".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Walles.AI - Free AI Copilot

Baixe arquivos de extensão Walles.AI - Free AI Copilot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Walles.AI - Free AI Copilot Walles.AI - Free AI Copilot
ID meekeganelaaeijimakghhbiphjbfgdn
URL Oficial https://chromewebstore.google.com/detail/wallesai-free-ai-copilot/meekeganelaaeijimakghhbiphjbfgdn
Descrição Free AI Assistant. Supports GPT-4. Immersive translation. Answers complex questions. Comprehends long texts. Supports Notion
Tamanho do Arquivo 1.43 MB
Contagem de Instalações 6,000
Versão Atual 1.1.9
Última Atualização 2024-01-27
Data de Publicação 2023-08-28
Classificação 4.89/5 Total de 36 Avaliações
Desenvolvedor https://walles.ai
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://walles.ai
URL da Página de Ajuda https://walles.ai
URL da Página de Política de Privacidade https://walles.ai/privacy
Idiomas Suportados 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"
            }
        }
    }
}