Profile of Dogs

Reduce your implicit bias while browsing LinkedIn.

Co to jest Profile of Dogs?

Profile of Dogs to rozszerzenie Chrome opracowane przez Aaron Weyenberg, a jego główną funkcją jest „Reduce your implicit bias while browsing LinkedIn.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Profile of Dogs

Pobierz pliki rozszerzeń Profile of Dogs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Profile of Dogs Profile of Dogs
ID ohogaiokmklelonikonlifjgophefaaa
Oficjalny URL https://chromewebstore.google.com/detail/profile-of-dogs/ohogaiokmklelonikonlifjgophefaaa
Opis Reduce your implicit bias while browsing LinkedIn.
Rozmiar pliku 9.3 KB
Liczba instalacji 172
Aktualna Wersja 1.01
Ostatnia Aktualizacja 2019-01-21
Data Publikacji 2019-01-21
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper Aaron Weyenberg
Typ Płatności free
Obsługiwane Języki 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
}