Perplexity - AI Companion

Ask anything while you browse

Was ist Perplexity - AI Companion?

Perplexity - AI Companion ist eine Chrome-Erweiterung, die von https://www.perplexity.ai entwickelt wurde, und ihr Hauptmerkmal ist "Ask anything while you browse".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Perplexity - AI Companion-Erweiterungs-CRX-Datei herunterladen

Laden Sie Perplexity - AI Companion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Perplexity - AI Companion Perplexity - AI Companion
ID hlgbcneanomplepojfcnclggenpcoldo
Offizielle URL https://chromewebstore.google.com/detail/perplexity-ai-companion/hlgbcneanomplepojfcnclggenpcoldo
Beschreibung Ask anything while you browse
Dateigröße 1.29 MB
Installationsanzahl 304,100
Aktuelle Version 1.0.21
Letztes Update 2023-10-12
Veröffentlichungsdatum 2023-02-01
Bewertung 4.46/5 Insgesamt 193 Bewertungen
Entwickler https://www.perplexity.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.perplexity.ai/
Hilfeseite URL https://www.perplexity.ai/
Unterstützte Sprachen 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"
    }
}