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…

Что такое LawDroid Copilot?

LawDroid Copilot - это расширение Chrome, разработанное https://lawdroid.com, и его основная функция - "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

Скачать файл CRX расширения LawDroid Copilot

Скачайте файлы расширений LawDroid Copilot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название LawDroid Copilot LawDroid Copilot
ID kaajdabcimffppihnldekkfaboecaami
Официальный URL https://chromewebstore.google.com/detail/lawdroid-copilot/kaajdabcimffppihnldekkfaboecaami
Описание LAWDROID COPILOT is a GPT-3 powered, AI legal assistant that is a force multiplier, helping you to get more done without the extra…
Размер файла 262 KB
Количество установок 245
Текущая Версия 1.4
Последнее Обновление 2023-02-20
Дата публикации 2023-01-24
Разработчик https://lawdroid.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://lawdroid.com/copilot
URL страницы помощи https://lawdroid.com/support
URL страницы политики конфиденциальности https://lawdroid.com/privacy-policy
Поддерживаемые языки 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"
}