Perplexity - AI Companion

Ask anything while you browse

Perplexity - AI Companionคืออะไร?

Perplexity - AI Companion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.perplexity.ai และคุณลักษณะหลักของมันคือ "Ask anything while you browse"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Perplexity - AI Companion

ดาวน์โหลดไฟล์ส่วนขยาย Perplexity - AI Companion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Perplexity - AI Companion Perplexity - AI Companion
ID hlgbcneanomplepojfcnclggenpcoldo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/perplexity-ai-companion/hlgbcneanomplepojfcnclggenpcoldo
คำอธิบาย Ask anything while you browse
ขนาดไฟล์ 1.29 MB
จำนวนการติดตั้ง 304,100
เวอร์ชันปัจจุบัน 1.0.21
อัปเดตครั้งล่าสุด 2023-10-12
วันที่เผยแพร่ 2023-02-01
คะแนน 4.46/5 รวมทั้งหมด 193 คะแนน
ผู้พัฒนา https://www.perplexity.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.perplexity.ai/
URL หน้าช่วยเหลือ https://www.perplexity.ai/
ภาษาที่รองรับ 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"
    }
}