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ファイルをダウンロード
LawDroid Copilot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単に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 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 |
Eメール | [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" } |