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…

What is LawDroid Copilot?

LawDroid Copilot is a Chrome extension developed by https://lawdroid.com, and its main feature 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…".

Extension Screenshots

screenshot

Download LawDroid Copilot Extension CRX File

Download LawDroid Copilot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name LawDroid Copilot LawDroid Copilot
ID kaajdabcimffppihnldekkfaboecaami
Official URL 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…
File Size 262 KB
Installation Count 245
Current Version 1.4
Last Updated 2023-02-20
Publish Date 2023-01-24
Developer https://lawdroid.com
Email [email protected]
Payment Type free
Extension Website https://lawdroid.com/copilot
Help Page URL https://lawdroid.com/support
Privacy Policy Page URL https://lawdroid.com/privacy-policy
Supported Languages 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"
}