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ファイルをダウンロード

Unbiasify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}