Perplexity - AI Companion
Ask anything while you browse
Perplexity - AI Companion란 무엇입니까?
Perplexity - AI Companion은(는) https://www.perplexity.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ask anything while you browse"입니다.
확장 프로그램 스크린샷
Perplexity - AI Companion 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |