Profile of Dogs
Reduce your implicit bias while browsing LinkedIn.
Vad är Profile of Dogs?
Profile of Dogs är en Chrome-tillägg utvecklad av Aaron Weyenberg, och dess huvudfunktion är "Reduce your implicit bias while browsing LinkedIn.".
Tilläggsskärmbilder
Ladda ner Profile of Dogs-förlängningens CRX-fil
Ladda ner Profile of Dogs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Profile of Dogs |
ID | ohogaiokmklelonikonlifjgophefaaa |
Officiell webbadress | https://chromewebstore.google.com/detail/profile-of-dogs/ohogaiokmklelonikonlifjgophefaaa |
Beskrivning | Reduce your implicit bias while browsing LinkedIn. |
Filstorlek | 9.3 KB |
Antal Installationer | 172 |
Aktuell Version | 1.01 |
Senast Uppdaterad | 2019-01-21 |
Publiceringsdatum | 2019-01-21 |
Betyg | 4.20/5 Totalt 5 Betyg |
Utvecklare | Aaron Weyenberg |
Betalningssätt | free |
Stödda Språk | 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 } |