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…
Wat is LawDroid Copilot?
LawDroid Copilot is een Chrome-extensie ontwikkeld door https://lawdroid.com, en de belangrijkste functie is "LAWDROID COPILOT is a GPT-3 powered, AI legal assistant that is a force multiplier, helping you to get more done without the extra…".
Extensie Screenshots
Download het CRX-bestand van de extensie LawDroid Copilot
Download LawDroid Copilot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | LawDroid Copilot |
ID | kaajdabcimffppihnldekkfaboecaami |
Officiële URL | https://chromewebstore.google.com/detail/lawdroid-copilot/kaajdabcimffppihnldekkfaboecaami |
Beschrijving | LAWDROID COPILOT is a GPT-3 powered, AI legal assistant that is a force multiplier, helping you to get more done without the extra… |
Bestandsgrootte | 262 KB |
Aantal Installaties | 245 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2023-02-20 |
Publicatiedatum | 2023-01-24 |
Ontwikkelaar | https://lawdroid.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://lawdroid.com/copilot |
Help Pagina-URL | https://lawdroid.com/support |
URL van de Privacybeleid Pagina | https://lawdroid.com/privacy-policy |
Ondersteunde Talen | 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" } |