LawDroid Copilot
LAWDROID COPILOT is a GPT-3 powered, AI legal assistant that is a force multiplier, helping you to get more done without the extra…
LawDroid Copilot란 무엇입니까?
LawDroid Copilot은(는) https://lawdroid.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LAWDROID COPILOT is a GPT-3 powered, AI legal assistant that is a force multiplier, helping you to get more done without the extra…"입니다.
확장 프로그램 스크린샷
LawDroid Copilot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
LAWDROID COPILOT is a GPT-3 powered, AI legal assistant that is a force multiplier, helping you to get more done without the extra overhead, and be there to support you whenever you need it. Use LAWDROID COPILOT to Research Legal Issues, Help Draft Emails and Letters, Summarize Documents,Translate, or just have a chat when you're feeling down.
확장 프로그램 기본 정보
이름 | LawDroid Copilot |
ID | kaajdabcimffppihnldekkfaboecaami |
공식 URL | https://chromewebstore.google.com/detail/lawdroid-copilot/kaajdabcimffppihnldekkfaboecaami |
설명 | LAWDROID COPILOT is a GPT-3 powered, AI legal assistant that is a force multiplier, helping you to get more done without the extra… |
파일 크기 | 262 KB |
설치 횟수 | 245 |
현재 버전 | 1.4 |
최근 업데이트 | 2023-02-20 |
출시 날짜 | 2023-01-24 |
개발자 | https://lawdroid.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://lawdroid.com/copilot |
도움말 페이지 URL | https://lawdroid.com/support |
개인정보 보호 정책 페이지 URL | https://lawdroid.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LawDroid Copilot", "description": "", "version": "1.4", "manifest_version": 3, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "widget.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "action": { "default_title": "LawDroid Copilot", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'" }, "minimum_chrome_version": "101" } |