Unbiasify

Unbiasify hides names and profile photos on social networks so you can focus on what actually matters when recruiting.

Unbiasify란 무엇입니까?

Unbiasify은(는) Martin Hauck에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unbiasify hides names and profile photos on social networks so you can focus on what actually matters when recruiting."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Unbiasify is an open source chrome extension that allows you to source candidates from LinkedIn and Lever without seeing people's names or faces. We're working towards expanding these features to other popular websites.                    

확장 프로그램 기본 정보

이름 Unbiasify Unbiasify
ID affijhegklbkdinpepgphhlgphnhbenk
공식 URL https://chromewebstore.google.com/detail/unbiasify/affijhegklbkdinpepgphhlgphnhbenk
설명 Unbiasify hides names and profile photos on social networks so you can focus on what actually matters when recruiting.
파일 크기 8.01 MB
설치 횟수 239
현재 버전 1.7.39
최근 업데이트 2022-10-10
출시 날짜 2018-03-22
평점 5.00/5 총 3 개의 평점
개발자 Martin Hauck
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Unbiasify
지원되는 언어 en
manifest.json
{
    "action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "Unbiasify"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "content_scripts": [
        {
            "js": [
                "dist\/contentScripts\/index.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/angel.co\/*",
                "https:\/\/repl.it\/*",
                "https:\/\/*.greenhouse.io\/*",
                "https:\/\/hire.lever.co\/*",
                "https:\/\/hire.sandbox.lever.co\/*",
                "https:\/\/*.github.com\/*",
                "https:\/\/www.meetup.com\/*"
            ]
        }
    ],
    "description": "Unbiasify hides names and profile photos on social networks so you can focus on what actually matters when recruiting.",
    "icons": {
        "64": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlrzE93JvDTmJJObYyo0euJmkNX5K1COfILRz++yoRdNPN\/SwI8js8v8hM1ZuqxyX+WYnFgQMnSkWekAojLcXu9pxgKplWESvhi9naQlZoJ2gOHzZdRHvEpxA2CeMNnptfDRhPsbVnFIgYLPLfam3LMM2n2ZQurFcLKpxK4jhHUM0PWTufmvLF5ouD2qbuFXwjJRAKY2nrdDVCNEQLsbnyEg7YvJ52u2t7jLia+TdVjaVEsJ7i3cj11ylCqcvaJu9N86lAYBd96jX3x9\/vFMNNu5GlW9L+WDJ35JUgI+l8EgSFN\/\/t37eIXm8E6P9dG4k0m48gk8iUPVl9x6theczHwIDAQAB",
    "manifest_version": 3,
    "name": "Unbiasify",
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7.39"
}