Profile of Dogs
Reduce your implicit bias while browsing LinkedIn.
Qu'est-ce que Profile of Dogs ?
Profile of Dogs est une extension Chrome développée par Aaron Weyenberg, et sa fonction principale est "Reduce your implicit bias while browsing LinkedIn.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Profile of Dogs
Téléchargez les fichiers d'extension Profile of Dogs 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
Profile of Dogs replaces LinkedIn profile images with dogs. Great for screening candidates, hiring managers, or anyone* wanting to reduce how people's appearance subconsciously influences the evaluation process. *Even if you don't like dogs (!?), Profile of Dogs can still limit your bias since you'll dislike everyone's profile image equally.
Informations de Base sur l'Extension
Nom | Profile of Dogs |
ID | ohogaiokmklelonikonlifjgophefaaa |
URL Officiel | https://chromewebstore.google.com/detail/profile-of-dogs/ohogaiokmklelonikonlifjgophefaaa |
Description | Reduce your implicit bias while browsing LinkedIn. |
Taille du Fichier | 9.3 KB |
Nombre d'Installations | 172 |
Version Actuelle | 1.01 |
Dernière Mise à Jour | 2019-01-21 |
Date de Publication | 2019-01-21 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | Aaron Weyenberg |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Profile of Dogs", "version": "1.01", "description": "Reduce your implicit bias while browsing LinkedIn.", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.linkedin.com\/*", "https:\/\/media.licdn.com\/*", "storage" ], "background": { "scripts": [ "redirectImages.js", "background.js" ], "persistent": true }, "browser_action": { "default_title": "Profile of Dogs: Click to toggle on\/off", "default_icon": { "128": "images\/icon-128.png" } }, "manifest_version": 2 } |