Lisan

Integrated Writing Assistant

Vad är Lisan?

Lisan är en Chrome-tillägg utvecklad av https://lisan.ai, och dess huvudfunktion är "Integrated Writing Assistant".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Lisan-förlängningens CRX-fil

Ladda ner Lisan-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Lisan Lisan
ID ilicjiikohbbbmgecoahkbpjcjjdnmpo
Officiell webbadress https://chromewebstore.google.com/detail/lisan/ilicjiikohbbbmgecoahkbpjcjjdnmpo
Beskrivning Integrated Writing Assistant
Filstorlek 25.95 MB
Antal Installationer 534
Aktuell Version 1.0.12
Senast Uppdaterad 2024-01-29
Publiceringsdatum 2022-07-13
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare https://lisan.ai
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://lisan.ai/
Hjälpsida URL https://lisan.ai/contact-us
URL till Sekretesspolicy Sidan https://lisan.ai/privacy-policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}