ReadPal.ai - chat with any webpage

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

Co to jest ReadPal.ai - chat with any webpage?

ReadPal.ai - chat with any webpage to rozszerzenie Chrome opracowane przez https://readpal.ai, a jego główną funkcją jest „Your AI sidekick while browsing the Internet: summarize, translate & ask questions while working, studying, shopping & reading, etc”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ReadPal.ai - chat with any webpage

Pobierz pliki rozszerzeń ReadPal.ai - chat with any webpage w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa ReadPal.ai - chat with any webpage ReadPal.ai - chat with any webpage
ID nglglnalnekjnokhnpkecgfnpnmbkoem
Oficjalny URL https://chromewebstore.google.com/detail/readpalai-chat-with-any-w/nglglnalnekjnokhnpkecgfnpnmbkoem
Opis Your AI sidekick while browsing the Internet: summarize, translate & ask questions while working, studying, shopping & reading, etc
Rozmiar pliku 6.55 MB
Liczba instalacji 52
Aktualna Wersja 1.1.6
Ostatnia Aktualizacja 2024-01-29
Data Publikacji 2024-01-22
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper https://readpal.ai
E-mail [email protected]
Typ Płatności in_app
Adres URL Strony Polityki Prywatności https://readpal.ai/privacy-policy
Obsługiwane Języki 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"
        }
    }
}