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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    }
}