Perplexity - AI Companion

Ask anything while you browse

Co to jest Perplexity - AI Companion?

Perplexity - AI Companion to rozszerzenie Chrome opracowane przez https://www.perplexity.ai, a jego główną funkcją jest „Ask anything while you browse”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Perplexity - AI Companion

Pobierz pliki rozszerzeń Perplexity - AI Companion 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

                        Ever found yourself buried in browser tabs, trying to find that one answer or summary that makes everything clear? Perplexity is your go-to solution—a harmonious blend of ChatGPT and Google, designed to serve your curiosity instantly.

Features You'll Love:

🔍 Instant Page Summaries: Make sense of any article or webpage at a glance.

🎙 Quick Queries: Ask any question directly from your toolbar—no need to jump between tabs.

🔗 Contextual Understanding: Get answers relevant to your current page or even specific to your current domain.

📬 Shareable Insights: Easily share your discoveries with a clickable link.

💬 Dynamic Conversations: Click to ask follow-up questions for deeper understanding.                    

Podstawowe informacje o rozszerzeniu

Nazwa Perplexity - AI Companion Perplexity - AI Companion
ID hlgbcneanomplepojfcnclggenpcoldo
Oficjalny URL https://chromewebstore.google.com/detail/perplexity-ai-companion/hlgbcneanomplepojfcnclggenpcoldo
Opis Ask anything while you browse
Rozmiar pliku 1.29 MB
Liczba instalacji 304,100
Aktualna Wersja 1.0.21
Ostatnia Aktualizacja 2023-10-12
Data Publikacji 2023-02-01
Ocena 4.46/5 Łącznie 193 Oceny
Deweloper https://www.perplexity.ai
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.perplexity.ai/
Adres URL Strony Pomocy https://www.perplexity.ai/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Perplexity - AI Companion",
    "description": "Ask anything while you browse",
    "incognito": "split",
    "version": "1.0.21",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.perplexity.ai\/",
        "wss:\/\/www.perplexity.ai\/"
    ],
    "icons": {
        "48": "icon-new-48.png",
        "128": "icon-new-128.png"
    }
}