AutocorrectHER

Fix any potential gender-biased language when writing emails.

AutocorrectHER là gì?

AutocorrectHER là một tiện ích mở rộng Chrome được phát triển bởi IAB Canada, và tính năng chính của nó là "Fix any potential gender-biased language when writing emails.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AutocorrectHER

Tải xuống các tệp mở rộng AutocorrectHER dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AutocorrectHER AutocorrectHER
ID npkgnimjngajggdmfaikeapdimbjelfa
URL Chính Thức https://chromewebstore.google.com/detail/autocorrecther/npkgnimjngajggdmfaikeapdimbjelfa
Mô tả Fix any potential gender-biased language when writing emails.
Kích Thước Tệp 19.47 KB
Số Lần Cài Đặt 308
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 2.08/5 Tổng số 12 Đánh Giá
Nhà Phát Triển IAB Canada
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}