WProofreader Secure Grammar Checker

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

O que é WProofreader Secure Grammar Checker?

WProofreader Secure Grammar Checker é uma extensão do Chrome desenvolvida por https://wproofreader.com, e sua principal característica é "Сorrect and improve your messages, docs, and emails with WProofreader secure writing assistant.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WProofreader Secure Grammar Checker

Baixe arquivos de extensão WProofreader Secure Grammar Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome WProofreader Secure Grammar Checker WProofreader Secure Grammar Checker
ID ehlmgkidbfjedfdanfechlikaolobpgh
URL Oficial https://chromewebstore.google.com/detail/wproofreader-secure-gramm/ehlmgkidbfjedfdanfechlikaolobpgh
Descrição Сorrect and improve your messages, docs, and emails with WProofreader secure writing assistant.
Tamanho do Arquivo 4.49 MB
Contagem de Instalações 1,792
Versão Atual 2.3.2
Última Atualização 2023-11-11
Data de Publicação 2021-02-07
Classificação 4.91/5 Total de 11 Avaliações
Desenvolvedor https://wproofreader.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://wproofreader.com/
URL da Página de Ajuda https://wproofreader.com/contact-us.html
URL da Página de Política de Privacidade https://webspellchecker.com/legal/privacy-policy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}