Unbiasify

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

Unbiasify क्या है?

Unbiasify Martin Hauck द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unbiasify hides names and profile photos on social networks so you can focus on what actually matters when recruiting."।

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

screenshot

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

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