ReadPal.ai - chat with any webpage

Your AI sidekick while browsing the Internet: summarize, translate & ask questions while working, studying, shopping & reading, etc

Vad är ReadPal.ai - chat with any webpage?

ReadPal.ai - chat with any webpage är en Chrome-tillägg utvecklad av https://readpal.ai, och dess huvudfunktion är "Your AI sidekick while browsing the Internet: summarize, translate & ask questions while working, studying, shopping & reading, etc".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner ReadPal.ai - chat with any webpage-förlängningens CRX-fil

Ladda ner ReadPal.ai - chat with any webpage-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        ReadPal - Supercharge your online activities with an AI sidekick

A side by side chat with AI on ANY web page while you're browsing:
- ask questions: ask for summaries/translations/additional information and more.
- blend into your current workflow without disruption: easy reference page content or selected text, etc. No more distractions like switching back and forth between tabs and copy pasting.
- support all kinds of web pages including Google Doc, PDF, etc. (Youtube support is coming soon!)

No matter whether you're reading the news, researching about a topic, or online shopping, it makes you 10X more focused and productive!

FAQ:
- Is ReadPal.ai free?
Yes, you get 20 queries to try it out for free. We also have paid plans that give you more quota and support for more types of content.

- What AI model does ReadPal.ai use?
We use gpt-3.5-turbo-1106 for now and are not committed to any single model. We might mix up different models for different tasks if they're a better fit and might train our own models in the future.

- How are you handling my data?
We take your privacy very seriously. We do NOT store any of your data beyond sign in information and usage statistics on our end! Your queries to our third party AI model providers are anonymized and your chat history is stored locally in your own browser.

- How to start using ReadPal.ai?
It's super simple to get started! Install the extension in your chrome and pin it for easy access. Sign up and chat away!                    

Grundläggande Information om Tillägg

Namn ReadPal.ai - chat with any webpage ReadPal.ai - chat with any webpage
ID nglglnalnekjnokhnpkecgfnpnmbkoem
Officiell webbadress https://chromewebstore.google.com/detail/readpalai-chat-with-any-w/nglglnalnekjnokhnpkecgfnpnmbkoem
Beskrivning Your AI sidekick while browsing the Internet: summarize, translate & ask questions while working, studying, shopping & reading, etc
Filstorlek 6.55 MB
Antal Installationer 52
Aktuell Version 1.1.6
Senast Uppdaterad 2024-01-29
Publiceringsdatum 2024-01-22
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare https://readpal.ai
E-post [email protected]
Betalningssätt in_app
URL till Sekretesspolicy Sidan https://readpal.ai/privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReadPal.ai - chat with any webpage",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlE+SaRKQZrrKkk\/LZCzqb8V6zIf1iA71KNJ\/PUl1h\/s7tRE26KpAwGMSAiLDbzomwbFZ0Ti98XYlwuYWn\/sD33Qj0Me9WInAmpIslgDh22VD+cM1ZSqzb9UPi80B\/h4NtS1y7ifAnkudto9O+vv6f9lWAhGL120xhyr2pLTpDSAuedWscX5Wt4Ythur0\/vdUNUOhZcK35lSCOlP2GkgtJV2mV5medBdlX73SCZV74rkOL0jqmZyjZywH3t1YaT7jsIC+FsMN5vqK\/O9WMcCsIgyEnVJlMG2oyDvqkR5Y\/4rSmPQJu3+PFVlJ2+twSOVnc6GWW5vE4fOR7Q4IdUya3QIDAQAB",
    "description": "Your AI sidekick while browsing the Internet: summarize, translate & ask questions while working, studying, shopping & reading, etc",
    "version": "1.1.6",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "contextMenus",
        "scripting"
    ],
    "action": {
        "default_title": "Click to open panel"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "pdf.worker.min.mjs"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png",
        "512": "icon512.png"
    },
    "oauth2": {
        "client_id": "893542471063-00tfkrv9punpkn3jftto7s97dvit140d.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/127.0.0.1:*\/*",
            "*:\/\/localhost:*\/*",
            "*:\/\/chatgpt-extension-4d7a4.web.app\/*",
            "*:\/\/chatgpt-extension-4d7a4.firebaseapp.com\/*",
            "*:\/\/readpal.ai\/*"
        ]
    },
    "commands": {
        "toggle_panel": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "Toggle chat panel on & off in current page"
        }
    }
}