Profile of Dogs
Reduce your implicit bias while browsing LinkedIn.
Was ist Profile of Dogs?
Profile of Dogs ist eine Chrome-Erweiterung, die von Aaron Weyenberg entwickelt wurde, und ihr Hauptmerkmal ist "Reduce your implicit bias while browsing LinkedIn.".
Erweiterungsscreenshots
Profile of Dogs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Profile of Dogs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Profile of Dogs |
ID | ohogaiokmklelonikonlifjgophefaaa |
Offizielle URL | https://chromewebstore.google.com/detail/profile-of-dogs/ohogaiokmklelonikonlifjgophefaaa |
Beschreibung | Reduce your implicit bias while browsing LinkedIn. |
Dateigröße | 9.3 KB |
Installationsanzahl | 172 |
Aktuelle Version | 1.01 |
Letztes Update | 2019-01-21 |
Veröffentlichungsdatum | 2019-01-21 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | Aaron Weyenberg |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |