WProofreader Secure Grammar Checker

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

What is WProofreader Secure Grammar Checker?

WProofreader Secure Grammar Checker is a Chrome extension developed by https://wproofreader.com, and its main feature is "Сorrect and improve your messages, docs, and emails with WProofreader secure writing assistant.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download WProofreader Secure Grammar Checker Extension CRX File

Download WProofreader Secure Grammar Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name WProofreader Secure Grammar Checker WProofreader Secure Grammar Checker
ID ehlmgkidbfjedfdanfechlikaolobpgh
Official URL https://chromewebstore.google.com/detail/wproofreader-secure-gramm/ehlmgkidbfjedfdanfechlikaolobpgh
Description Сorrect and improve your messages, docs, and emails with WProofreader secure writing assistant.
File Size 4.49 MB
Installation Count 1,792
Current Version 2.3.2
Last Updated 2023-11-11
Publish Date 2021-02-07
Rating 4.91/5 Total 11 Ratings
Developer https://wproofreader.com
Email [email protected]
Payment Type in_app
Extension Website https://wproofreader.com/
Help Page URL https://wproofreader.com/contact-us.html
Privacy Policy Page URL https://webspellchecker.com/legal/privacy-policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}