Not Just Guys -- the Gmail Plug-in

A Gmail Plug-in that corrects for masculine default bias in written communications

Not Just Guys -- the Gmail Plug-inคืออะไร?

Not Just Guys -- the Gmail Plug-in เป็นส่วนขยายของ Chrome ที่พัฒนาโดย notjustguys และคุณลักษณะหลักของมันคือ "A Gmail Plug-in that corrects for masculine default bias in written communications"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Not Just Guys -- the Gmail Plug-in

ดาวน์โหลดไฟล์ส่วนขยาย Not Just Guys -- the Gmail Plug-in ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        We're not just guys! Research studies show that gendered greetings and language leads to prejudice and bias among children. The common “hey guys!” is actual evidence of masculine default bias among adults. In drawing attention to gender, the greeter unconsciously plants the seeds for stereotypes and potential exclusion.

Gender is the only identity we use in greeting others. It’s already considered inappropriate to use race or ethnicity in greetings; why gender? Moreover, gender is a spectrum, and adapting our language is part of creating a more inclusive world. Greetings are an opportunity to highlight unity instead of difference.

Instead of saying “Hey, guys” or “Good morning, ladies & gentlemen” use “Hey, team”, “Hi, friends” or “Good morning, everyone.” This is an easy fix, and this Chrome Extension for Gmail will help you use language in a more inclusive and positive way. 

Words will be underlined for correction with alternate language suggested. (Don't worry, the underline won't get sent as part of your email if you decide to ignore it.)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Not Just Guys -- the Gmail Plug-in Not Just Guys -- the Gmail Plug-in
ID cafigjcdeapkbklkgijhldplfbmifjim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/not-just-guys-the-gmail-p/cafigjcdeapkbklkgijhldplfbmifjim
คำอธิบาย A Gmail Plug-in that corrects for masculine default bias in written communications
ขนาดไฟล์ 252 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2019-05-17
วันที่เผยแพร่ 2019-05-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา notjustguys
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Not Just Guys -- the Gmail Plug-in",
    "short_name": "NotJustGuys",
    "author": "genEquality",
    "version": "1.1.1",
    "description": "A Gmail Plug-in that corrects for masculine default bias in written communications",
    "icons": {
        "16": "img\/NotJustGuys-16.png",
        "48": "img\/NotJustGuys-48.png",
        "128": "img\/NotJustGuys-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "css": [
                "not-just-guys.css"
            ],
            "js": [
                "lib\/head.load.min.js",
                "src\/ScriptLoader.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/google-analytics-bundle.js",
            "src\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "img\/NotJustGuys-19.png",
            "38": "img\/NotJustGuys-38.png"
        },
        "default_title": "Not Just Guys"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "lib\/dom-regexp-match-1.1.0.js",
        "src\/HighlightGenerator.js",
        "src\/WarningChecker.js",
        "src\/Warnings.js",
        "src\/NotJustGuys.js"
    ],
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "storage",
        "declarativeContent"
    ]
}