Lisan

Integrated Writing Assistant

Hvad er Lisan?

Lisan er en Chrome-udvidelse udviklet af https://lisan.ai, og dens hovedfunktion er "Integrated Writing Assistant".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Lisan-udvidelses-CRX-fil

Download Lisan-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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).                    

Grundlæggende oplysninger om udvidelsen

Navn Lisan Lisan
ID ilicjiikohbbbmgecoahkbpjcjjdnmpo
Officiel URL https://chromewebstore.google.com/detail/lisan/ilicjiikohbbbmgecoahkbpjcjjdnmpo
Beskrivelse Integrated Writing Assistant
Filstørrelse 25.95 MB
Antal Installationer 534
Nuværende Version 1.0.12
Senest Opdateret 2024-01-29
Udgivelsesdato 2022-07-13
Bedømmelse 4.75/5 Samlet 4 Bedømmelser
Udvikler https://lisan.ai
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://lisan.ai/
Hjælpeside-URL https://lisan.ai/contact-us
URL til Fortrolighedspolitik Side https://lisan.ai/privacy-policy
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}