AutocorrectHER

Fix any potential gender-biased language when writing emails.

AutocorrectHER क्या है?

AutocorrectHER IAB Canada द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fix any potential gender-biased language when writing emails."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AutocorrectHER एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}