Profile of Dogs
Reduce your implicit bias while browsing LinkedIn.
Wat is Profile of Dogs?
Profile of Dogs is een Chrome-extensie ontwikkeld door Aaron Weyenberg, en de belangrijkste functie is "Reduce your implicit bias while browsing LinkedIn.".
Extensie Screenshots
Download het CRX-bestand van de extensie Profile of Dogs
Download Profile of Dogs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |  | 
| ID | ohogaiokmklelonikonlifjgophefaaa | 
| Officiële URL | https://chromewebstore.google.com/detail/profile-of-dogs/ohogaiokmklelonikonlifjgophefaaa | 
| Beschrijving | Reduce your implicit bias while browsing LinkedIn. | 
| Bestandsgrootte | 9.3 KB | 
| Aantal Installaties | 172 | 
| Huidige Versie | 1.01 | 
| Laatst Bijgewerkt | 2019-01-21 | 
| Publicatiedatum | 2019-01-21 | 
| Beoordeling | 4.20/5 Totaal 5 Beoordelingen | 
| Ontwikkelaar | Aaron Weyenberg | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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
} | |