Unbiasify
Unbiasify hides names and profile photos on social networks so you can focus on what actually matters when recruiting.
Qu'est-ce que Unbiasify ?
Unbiasify est une extension Chrome développée par Martin Hauck, et sa fonction principale est "Unbiasify hides names and profile photos on social networks so you can focus on what actually matters when recruiting.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unbiasify
Téléchargez les fichiers d'extension Unbiasify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Unbiasify |
ID | affijhegklbkdinpepgphhlgphnhbenk |
URL Officiel | https://chromewebstore.google.com/detail/unbiasify/affijhegklbkdinpepgphhlgphnhbenk |
Description | Unbiasify hides names and profile photos on social networks so you can focus on what actually matters when recruiting. |
Taille du Fichier | 8.01 MB |
Nombre d'Installations | 239 |
Version Actuelle | 1.7.39 |
Dernière Mise à Jour | 2022-10-10 |
Date de Publication | 2018-03-22 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Martin Hauck |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Unbiasify |
Langues Prises en Charge | 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" } |