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…
Cos'è LawDroid Copilot?
LawDroid Copilot è un'estensione di Chrome sviluppata da https://lawdroid.com, e la sua funzione principale è "LAWDROID COPILOT is a GPT-3 powered, AI legal assistant that is a force multiplier, helping you to get more done without the extra…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LawDroid Copilot
Scarica i file di estensione LawDroid Copilot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | LawDroid Copilot |
ID | kaajdabcimffppihnldekkfaboecaami |
URL Ufficiale | https://chromewebstore.google.com/detail/lawdroid-copilot/kaajdabcimffppihnldekkfaboecaami |
Descrizione | LAWDROID COPILOT is a GPT-3 powered, AI legal assistant that is a force multiplier, helping you to get more done without the extra… |
Dimensione del File | 262 KB |
Conteggio Installazioni | 245 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2023-02-20 |
Data di Pubblicazione | 2023-01-24 |
Sviluppatore | https://lawdroid.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://lawdroid.com/copilot |
URL della Pagina di Aiuto | https://lawdroid.com/support |
URL della Pagina della Politica sulla Privacy | https://lawdroid.com/privacy-policy |
Lingue Supportate | 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" } |