BetterLegal Assistant

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

¿Qué es BetterLegal Assistant?

BetterLegal Assistant es una extensión de Chrome desarrollada por https://betterlegal.com, y su función principal es "AI-powered legal text simplification for the rest of us. Features unique Pirate Mode for a fun, engaging experience.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión BetterLegal Assistant

Descarga archivos de extensión BetterLegal Assistant en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre BetterLegal Assistant BetterLegal Assistant
ID ioklnafchiclhcdfneoaicakingahalm
URL Oficial https://chromewebstore.google.com/detail/betterlegal-assistant/ioklnafchiclhcdfneoaicakingahalm
Descripción AI-powered legal text simplification for the rest of us. Features unique Pirate Mode for a fun, engaging experience.
Tamaño del Archivo 34.86 KB
Cantidad de Instalaciones 1,280
Versión Actual 0.2
Última Actualización 2023-04-13
Fecha de Publicación 2023-04-07
Calificación 5.00/5 Total de 15 Calificaciones
Desarrollador https://betterlegal.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://betterlegal.com/assistant
URL de la Página de Ayuda https://betterlegal.com/contact-us
URL de la Página de Política de Privacidad https://betterlegal.com/privacy
Idiomas Soportados 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"
    ]
}