Profile of Dogs

Reduce your implicit bias while browsing LinkedIn.

Co je Profile of Dogs?

Profile of Dogs je rozšíření Chrome vyvinuté Aaron Weyenberg, a jeho hlavní funkcí je „Reduce your implicit bias while browsing LinkedIn.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Profile of Dogs

Stáhněte si soubory rozšíření Profile of Dogs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Profile of Dogs Profile of Dogs
ID ohogaiokmklelonikonlifjgophefaaa
Oficiální URL https://chromewebstore.google.com/detail/profile-of-dogs/ohogaiokmklelonikonlifjgophefaaa
Popis Reduce your implicit bias while browsing LinkedIn.
Velikost souboru 9.3 KB
Počet instalací 172
Aktuální Verze 1.01
Poslední Aktualizace 2019-01-21
Datum Vydání 2019-01-21
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář Aaron Weyenberg
Typ Platby free
Podporované Jazyky 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
}