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 |
官方網址 | 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" } |