WProofreader Secure Grammar Checker

Сorrect and improve your messages, docs, and emails with WProofreader secure writing assistant.

Hvad er WProofreader Secure Grammar Checker?

WProofreader Secure Grammar Checker er en Chrome-udvidelse udviklet af https://wproofreader.com, og dens hovedfunktion er "Сorrect and improve your messages, docs, and emails with WProofreader secure writing assistant.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download WProofreader Secure Grammar Checker-udvidelses-CRX-fil

Download WProofreader Secure Grammar Checker-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

                        WProofreader is a secure multi-language grammar and spell checker extension. You can choose to host it on-site, in a private cloud under Business plan or in the shared cloud under Free plan.

What do you get in a bundle with WProofreader?

SENTENCE CHECKER
WProofreader detects and corrects spelling issues and improves grammar in many languages. WProofreader comes with AI grammar checkers for English, German and Spanish that perform with better accuracy. 

GOOGLE DOCS SUPPORT
WProofreader brings its multilingual AI-powered checking capabilities to Google Docs. Craft flawless, error-free texts on the fly every time you use Google Docs. Correct misspellings, grammar and style issues in as-you-type and in-dialog proofreading modes. 

NON-INCLUSIVE & PROFANITY LANGUAGE CHECKER
WProofreader is here to prevent you from non-inclusive or profanity writing in English. Now, when you type a non-gender inclusive term, e.g. businessman or businesswoman, WProofreader marks it and gently suggests unbiased alternatives like business person. Also, we created custom rules to make your writing more respectful.

SPELLING AUTOCORRECTOR
Autocorrect automatically makes or suggests corrections for common spelling mistakes while users are typing. Typos like “hte”, “dont” are automatically replaced with “the” and “don’t”. Automatic correct spelling is enabled by default for all supported  languages. Users can always turn it off or customize according to their preferences.

AUTOCOMPLETE SUGGESTIONS
The user types a word, the feature automatically suggests the next word/short phrase based on the context. For example, if the user types “thank”, the feature suggests “you”. Suggestions are highlighted in gray and can be accepted by clicking the right arrow key. Autocomplete is available for English dialects for now. Autocomplete speeds up writing and enhances business communication.

SECURE SOLUTION
We consider the safety of your data as our highest priority—that’s why we offer businesses on-premise deployment. You can host and run the text checker on company servers in house or in a private cloud. It eliminates any chance of data leakage and provides the top-notch security for your personal and corporate info. WProofreader can be also installed in a shared cloud on Amazon EC2 servers within the Free plan. Client security is critical for us. We adjust to all industry security standards and best practices.    

COMPATIBILITY WITH SOFTWARE
WProofreader is truly a one-size-fits-all tool, compatible with your fav personal and business systems and software: social networks, Gmail, forums, Jira, Confluence, Zendesk, Medium to name a few.

CONVENIENT TEXT CHECKER
Proofread texts the way you like it - while you’re typing. A tiny orange badge in the right bottom corner shows the number of mistakes made. WProofreader is absolutely accessible for any category of users. Use the keyboard navigation and enjoy the proofreading.

CUSTOMIZATION OPTIONS
You can always make WProofreader more personal. Select the main language, tweak proofreading settings, extend user spelling dictionaries, block or allow websites, choose a WProofreader theme. By fine-tuning your proofreading engine, you can get accurate results like with a human editor.  

LANGUAGE AUTODETECTOR
WProofreader is capable of solving even complex tasks like checking multilingual textual content. Switch on the automatically detect language feature in the language settings and enjoy how your combo of French, English, Spanish and German (or another language) is checked. The autodetection feature is enabled by default.

SPECIALIZED DICTIONARIES AND VOCABULARIES
WProofreader is super flexible and easily adjusts to any industry or domain. Create a unified dictionary for all your users or give them a chance to build their own vocabularies. It will greatly simplify your communication and make it smoother. For legal and medical industries, we have an extra option - pre-built dictionaries with a professional lexicon.

TEAMS
Proofread yourself and in teams for smoother and faster collaboration. Create a company style guide to standardize business communication with peers.
   
VIP SUPPORT
The WProofreader team is always here to help you with anything from setting-up to custom fine-tuning. Shall you have any inquiry, feel free to get in touch with us.

WProofreader Privacy Policy: https://wproofreader.com/privacy.html                    

Grundlæggende oplysninger om udvidelsen

Navn WProofreader Secure Grammar Checker WProofreader Secure Grammar Checker
ID ehlmgkidbfjedfdanfechlikaolobpgh
Officiel URL https://chromewebstore.google.com/detail/wproofreader-secure-gramm/ehlmgkidbfjedfdanfechlikaolobpgh
Beskrivelse Сorrect and improve your messages, docs, and emails with WProofreader secure writing assistant.
Filstørrelse 4.49 MB
Antal Installationer 1,792
Nuværende Version 2.3.2
Senest Opdateret 2023-11-11
Udgivelsesdato 2021-02-07
Bedømmelse 4.91/5 Samlet 11 Bedømmelser
Udvikler https://wproofreader.com
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://wproofreader.com/
Hjælpeside-URL https://wproofreader.com/contact-us.html
URL til Fortrolighedspolitik Side https://webspellchecker.com/legal/privacy-policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WProofreader Secure Grammar Checker",
    "version": "2.3.2",
    "default_locale": "en",
    "description": "__MSG_description__",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "WProofreader"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "icons": {
        "16": "images\/extension\/wsc-icon-16.png",
        "32": "images\/extension\/wsc-icon-32.png",
        "48": "images\/extension\/wsc-icon-48.png",
        "64": "images\/extension\/wsc-icon-64.png",
        "128": "images\/extension\/wsc-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "googledocs\/googledocs.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}