WProofreader Secure Grammar Checker

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

WProofreader Secure Grammar Checker란 무엇입니까?

WProofreader Secure Grammar Checker은(는) https://wproofreader.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Сorrect and improve your messages, docs, and emails with WProofreader secure writing assistant."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

WProofreader Secure Grammar Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 WProofreader Secure Grammar Checker WProofreader Secure Grammar Checker
ID ehlmgkidbfjedfdanfechlikaolobpgh
공식 URL https://chromewebstore.google.com/detail/wproofreader-secure-gramm/ehlmgkidbfjedfdanfechlikaolobpgh
설명 Сorrect and improve your messages, docs, and emails with WProofreader secure writing assistant.
파일 크기 4.49 MB
설치 횟수 1,792
현재 버전 2.3.2
최근 업데이트 2023-11-11
출시 날짜 2021-02-07
평점 4.91/5 총 11 개의 평점
개발자 https://wproofreader.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://wproofreader.com/
도움말 페이지 URL https://wproofreader.com/contact-us.html
개인정보 보호 정책 페이지 URL https://webspellchecker.com/legal/privacy-policy
지원되는 언어 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": [
                ""
            ]
        }
    ]
}