Lisan

Integrated Writing Assistant

¿Qué es Lisan?

Lisan es una extensión de Chrome desarrollada por https://lisan.ai, y su función principal es "Integrated Writing Assistant".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Lisan

Descarga archivos de extensión Lisan 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

                        Lisan is the state of the art educational proofreader. 

Main Features:

★ Proofreader that supports 12 types of errors

- Spelling Checker
- Typography Checker
- Grammar Checker
- Morphology Checker
- Semantic Checker
- Clarity Checker
- Style Checker
- Decency Checker
- Punctuation Checker
- Layout Checker
- Names Checker
- Quotes Checker

★ Accelerators
- Autocomplete: A fully customizable multi-domain autocomplete system.
- InText: Inline language for information automation and retrieval.

★ Explainer
- Named entities explainers.
- Word explainers.
- Quotes explainers.

★ Paraphraser
- Provides other ways to write a sentence.
- Helps your write faster and more fluently.
- Easily crafts the tone and style of your writing.

★ Summarizer
- Summarize long texts and emails, keep what matters. 

In addition to correcting errors,  Lisan offers an outstanding learning experience. All corrections have explanations for each error to improve users writing ability.

By installing this extension, you agree to the Lisan's Terms of Service (https://lisan.ai/tos) and have read our Privacy Policy (https://lisan.ai/privacy).                    

Información Básica de la Extensión

Nombre Lisan Lisan
ID ilicjiikohbbbmgecoahkbpjcjjdnmpo
URL Oficial https://chromewebstore.google.com/detail/lisan/ilicjiikohbbbmgecoahkbpjcjjdnmpo
Descripción Integrated Writing Assistant
Tamaño del Archivo 25.95 MB
Cantidad de Instalaciones 534
Versión Actual 1.0.12
Última Actualización 2024-01-29
Fecha de Publicación 2022-07-13
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador https://lisan.ai
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://lisan.ai/
URL de la Página de Ayuda https://lisan.ai/contact-us
URL de la Página de Política de Privacidad https://lisan.ai/privacy-policy
Idiomas Soportados en,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "version": "1.0.12",
    "description": "__MSG_app_description__",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/mudakik.com\/",
        "https:\/\/app.bayan.ai\/",
        "https:\/\/bayan.ai\/",
        "https:\/\/*.wikipedia.org\/",
        "https:\/\/app.lisan.ai\/"
    ],
    "icons": {
        "16": "assets\/logo\/16.png",
        "48": "assets\/logo\/48.png",
        "128": "assets\/logo\/128.png"
    },
    "content_security_policy": {
        "extension_pages": "sandbox allow-same-origin allow-scripts allow-downloads;script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-popups allow-scripts allow-downloads;script-src 'self' 'unsafe-inline' 'unsafe-eval' 'unsafe-hashes'"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches_about_blank": true,
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        },
        {
            "all_frames": false,
            "matches_about_blank": false,
            "match_about_blank": false,
            "matches": [
                "https:\/\/lisan.ai\/*",
                "https:\/\/www.lisan.ai\/*",
                "https:\/\/beta.lisan.ai\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "run_at": "document_start",
            "js": [
                "webpage-helpers.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "sandbox": {
        "pages": [
            "sandboxed_options.html"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/*",
                "css\/*",
                "fonts\/*",
                "assets\/fa\/css\/all.css",
                "assets\/fa\/webfonts\/*",
                "content.js",
                "media\/logos\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}