AutocorrectHER

Fix any potential gender-biased language when writing emails.

AutocorrectHER란 무엇입니까?

AutocorrectHER은(는) IAB Canada에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fix any potential gender-biased language when writing emails."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

AutocorrectHER 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Currently intended for North American English but we hope to roll it out to other countries in the near future.

AutocorrectHER will help make sure your emails at work and home are free of any inappropriate or disrespectful words or phrases toward women. Adding AutocorrectHER to Chrome means that when we use words like “bossy” or “moody”, it will suggest a more suitable alternative. Daily language shapes the way we think. And all of us are not always aware of our gender-biased language. This tool acts as a safeguard to ensure our language reflects these hard-fought, present-day values.                    

확장 프로그램 기본 정보

이름 AutocorrectHER AutocorrectHER
ID npkgnimjngajggdmfaikeapdimbjelfa
공식 URL https://chromewebstore.google.com/detail/autocorrecther/npkgnimjngajggdmfaikeapdimbjelfa
설명 Fix any potential gender-biased language when writing emails.
파일 크기 19.47 KB
설치 횟수 308
현재 버전 1.0.1
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 2.08/5 총 12 개의 평점
개발자 IAB Canada
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutocorrectHER",
    "version": "1.0.1",
    "description": "Fix any potential gender-biased language when writing emails.",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "content_scripts\/gmail.js"
            ],
            "css": [
                "content_scripts\/cor.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/outlook.office365.com\/*"
            ],
            "js": [
                "content_scripts\/outlook.js"
            ],
            "css": [
                "content_scripts\/cor.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/outlook.office.com\/*"
            ],
            "js": [
                "content_scripts\/outlook.js"
            ],
            "css": [
                "content_scripts\/cor.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}