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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://lawdroid.com/support
عنوان صفحة سياسة الخصوصية 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"
}