Unbias - LinkedIn anonymiser for recruiters

An extension to anonymise LinkedIn profiles and searches to reduce the influence of unconscious bias on recruiters.

Τι είναι το Unbias - LinkedIn anonymiser for recruiters;

Το Unbias - LinkedIn anonymiser for recruiters είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.unbias.io, και η κύρια λειτουργία του είναι "An extension to anonymise LinkedIn profiles and searches to reduce the influence of unconscious bias on recruiters.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Unbias - LinkedIn anonymiser for recruiters

Λήψη αρχείων επέκτασης Unbias - LinkedIn anonymiser for recruiters σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Unbias hides faces and names from profiles, searches and projects on LinkedIn Recruiter and Recruiter Lite, to reduce the effects of unconscious bias on recruiters.

Why?

Unconscious (or implicit) bias is bias we are unaware of - it's outside our control, but affects our actions and decisions.

Studies show we have unconscious bias toward or against certain genders, ethnicities or visual traits. You can test your own unconscious biases with Harvard's Implicit Association Test. Goldin & Rouse found 'blind auditions' for orchestras increased the likelihood that a woman is selected by 30% to 60%. Unbias applies this concept of 'blind auditions' to applicant finding and filtering by hiding profile pictures.

In addition, studies have shown that we have biases based in names. Moss-Racusin et al. found, in a double-blind study of the the same application with typically male and female names, like James and Jane, that assessors rated James as significantly more competent and hireable than the (identical) Jane. The assessors also selected a higher starting salary and offered more career mentoring to James. And it didn't matter whether the assessor was a man or a woman - we are all affected by unconscious bias. Equally, Bertrand and Mullainathan found significant discrimination against African-American sounding names: White sounding names received 50 percent more callbacks for interviews. And this affected the benefits of a better resumé too - a higher quality resumé elicits 30 percent more callbacks for a White-sounding name, whereas for African American sounding names, it elicits a far smaller increase.

Recruiters use LinkedIn to find, shortlist and contact candidates. As LinkedIn displays both names and profile photos, recruiters are susceptible to this bias. It may affect whether or not they choose to shortlist or contact a candidate, and their overall perception of a candidate's ability, outside of the relevant facts about that candidate.

Unbias removes names and photos in both standard and recruiter account searches and profile views to help reduce the effects of unconscious bias. When you go to InMail a candidate, the name is visible within the message window. 

Find out more at http://unbias.io

Update November 2019:

Unbias currently only works when using LinkedIn with LinkedIn Recruiter or Recruiter Lite. It has been updated as of 29th November 2019 to work with the latest version of Recruiter Lite.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Unbias - LinkedIn anonymiser for recruiters Unbias - LinkedIn anonymiser for recruiters
ID amikjdcghpcjpanknfdokfpknknjifon
Επίσημο URL https://chrome.google.com/webstore/detail/unbias-linkedin-anonymise/amikjdcghpcjpanknfdokfpknknjifon
Περιγραφή An extension to anonymise LinkedIn profiles and searches to reduce the influence of unconscious bias on recruiters.
Μέγεθος Αρχείου 42.18 KB
Αριθμός Εγκαταστάσεων 230
Τρέχουσα Έκδοση 0.0.0.7
Τελευταία Ενημέρωση 2019-12-24
Ημερομηνία Δημοσίευσης 2019-12-24
Αξιολόγηση 2.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής http://www.unbias.io
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://unbias.io
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unbias - LinkedIn anonymiser for recruiters",
    "short_name": "Unbias",
    "version": "0.0.0.7",
    "manifest_version": 2,
    "description": "An extension to anonymise LinkedIn profiles and searches to reduce the influence of unconscious bias on recruiters.",
    "homepage_url": "http:\/\/unbias.io",
    "web_accessible_resources": [
        "deanonymise.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/profile\/*",
                "*:\/\/*.linkedin.com\/in\/*",
                "*:\/\/*.linkedin.com\/recruiter\/*",
                "*:\/\/*.linkedin.com\/vsearch\/*"
            ],
            "css": [
                "anonymise.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Unbias Active"
    },
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "*:\/\/*.linkedin.com\/profile\/*",
        "*:\/\/*.linkedin.com\/in\/*",
        "*:\/\/*.linkedin.com\/recruiter\/*",
        "*:\/\/*.linkedin.com\/vsearch\/*"
    ]
}