BetterLegal Assistant

AI-powered legal text simplification for the rest of us. Features unique Pirate Mode for a fun, engaging experience.

什么是BetterLegal Assistant?

BetterLegal Assistant是由https://betterlegal.com开发的Chrome扩展程序,该扩展的主要功能是“AI-powered legal text simplification for the rest of us. Features unique Pirate Mode for a fun, engaging experience.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载BetterLegal Assistant扩展crx文件

下载BetterLegal Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        BetterLegal Assistant is a powerful and easy-to-use Chrome Extension designed for anyone who needs to understand legal documents. By leveraging advanced AI technology, this extension translates complex legal language into simple, accessible terms, making it easier than ever to comprehend contracts, terms of use, privacy policies, and more.

Key features include:

- Instant legal text simplification: Select a piece of legal text, and the extension will quickly convert it into everyday language that's easy to understand.

- Designed for everyone: Whether it is terms of service, an apartment lease, a contract, or a proposed bill from Congress; BetterLegal Assistant can provide an easy to understand explanation.

- Pirate Mode: Add some fun to your legal text translations with our unique Pirate Mode, which turns simplified explanations into pirate-speak for an engaging and enjoyable experience.

- Credit-based system: Start with 50 free credits for simplifying legal texts, and earn more by completing tasks that promote sharing and engagement with the extension.

- User-friendly interface: The intuitive design makes it easy to access and use the extension's features, streamlining your workflow and saving you time.

BetterLegal Assistant is here to help you navigate the often confusing world of legal language, empowering you to make informed decisions and save time on deciphering complex documents. Download the extension today and start enjoying the benefits of clear, concise legal understanding.                    

扩展基本信息

名称 BetterLegal Assistant BetterLegal Assistant
ID ioklnafchiclhcdfneoaicakingahalm
官方URL https://chromewebstore.google.com/detail/betterlegal-assistant/ioklnafchiclhcdfneoaicakingahalm
简介 AI-powered legal text simplification for the rest of us. Features unique Pirate Mode for a fun, engaging experience.
文件大小 34.86 KB
安装次数 1,280
当前版本 0.2
更新时间 2023-04-13
上架时间 2023-04-07
评分 5.00/5 共15次评分
开发者 https://betterlegal.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://betterlegal.com/assistant
帮助页面URL https://betterlegal.com/contact-us
隐私政策页面URL https://betterlegal.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BetterLegal Assistant",
    "description": "AI-powered legal text simplification for the rest of us. Features unique Pirate Mode for a fun, engaging experience.",
    "version": "0.2",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}