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 là gì?

LawDroid Copilot là một tiện ích mở rộng Chrome được phát triển bởi https://lawdroid.com, và tính năng chính của nó là "LAWDROID COPILOT is a GPT-3 powered, AI legal assistant that is a force multiplier, helping you to get more done without the extra…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LawDroid Copilot

Tải xuống các tệp mở rộng LawDroid Copilot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LawDroid Copilot LawDroid Copilot
ID kaajdabcimffppihnldekkfaboecaami
URL Chính Thức https://chromewebstore.google.com/detail/lawdroid-copilot/kaajdabcimffppihnldekkfaboecaami
Mô tả LAWDROID COPILOT is a GPT-3 powered, AI legal assistant that is a force multiplier, helping you to get more done without the extra…
Kích Thước Tệp 262 KB
Số Lần Cài Đặt 245
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-02-20
Ngày Phát Hành 2023-01-24
Nhà Phát Triển https://lawdroid.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lawdroid.com/copilot
URL Trang Trợ Giúp https://lawdroid.com/support
URL Trang Chính Sách Bảo Mật https://lawdroid.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}