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…

Qu'est-ce que LawDroid Copilot ?

LawDroid Copilot est une extension Chrome développée par https://lawdroid.com, et sa fonction principale est "LAWDROID COPILOT is a GPT-3 powered, AI legal assistant that is a force multiplier, helping you to get more done without the extra…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LawDroid Copilot

Téléchargez les fichiers d'extension LawDroid Copilot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LawDroid Copilot LawDroid Copilot
ID kaajdabcimffppihnldekkfaboecaami
URL Officiel https://chromewebstore.google.com/detail/lawdroid-copilot/kaajdabcimffppihnldekkfaboecaami
Description LAWDROID COPILOT is a GPT-3 powered, AI legal assistant that is a force multiplier, helping you to get more done without the extra…
Taille du Fichier 262 KB
Nombre d'Installations 245
Version Actuelle 1.4
Dernière Mise à Jour 2023-02-20
Date de Publication 2023-01-24
Développeur https://lawdroid.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://lawdroid.com/copilot
URL de la Page d'Aide https://lawdroid.com/support
URL de la Page de Politique de Confidentialité https://lawdroid.com/privacy-policy
Langues Prises en Charge 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"
}