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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free AI Assistant. Supports GPT-4. Immersive translation. Answers complex questions. Comprehends long texts. Supports Notion"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Walles.AI - Free AI Copilot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            }
        }
    }
}