Profile of Dogs
Reduce your implicit bias while browsing LinkedIn.
Cos'è Profile of Dogs?
Profile of Dogs è un'estensione di Chrome sviluppata da Aaron Weyenberg, e la sua funzione principale è "Reduce your implicit bias while browsing LinkedIn.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Profile of Dogs
Scarica i file di estensione Profile of Dogs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Profile of Dogs |
ID | ohogaiokmklelonikonlifjgophefaaa |
URL Ufficiale | https://chromewebstore.google.com/detail/profile-of-dogs/ohogaiokmklelonikonlifjgophefaaa |
Descrizione | Reduce your implicit bias while browsing LinkedIn. |
Dimensione del File | 9.3 KB |
Conteggio Installazioni | 172 |
Versione Corrente | 1.01 |
Ultimo Aggiornamento | 2019-01-21 |
Data di Pubblicazione | 2019-01-21 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | Aaron Weyenberg |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |