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…
Hvad er LawDroid Copilot?
LawDroid Copilot er en Chrome-udvidelse udviklet af https://lawdroid.com, og dens hovedfunktion er "LAWDROID COPILOT is a GPT-3 powered, AI legal assistant that is a force multiplier, helping you to get more done without the extra…".
Udvidelsesskærmbilleder
Download LawDroid Copilot-udvidelses-CRX-fil
Download LawDroid Copilot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | LawDroid Copilot |
ID | kaajdabcimffppihnldekkfaboecaami |
Officiel URL | https://chromewebstore.google.com/detail/lawdroid-copilot/kaajdabcimffppihnldekkfaboecaami |
Beskrivelse | LAWDROID COPILOT is a GPT-3 powered, AI legal assistant that is a force multiplier, helping you to get more done without the extra… |
Filstørrelse | 262 KB |
Antal Installationer | 245 |
Nuværende Version | 1.4 |
Senest Opdateret | 2023-02-20 |
Udgivelsesdato | 2023-01-24 |
Udvikler | https://lawdroid.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://lawdroid.com/copilot |
Hjælpeside-URL | https://lawdroid.com/support |
URL til Fortrolighedspolitik Side | https://lawdroid.com/privacy-policy |
Understøttede Sprog | 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" } |