Profile of Dogs

Reduce your implicit bias while browsing LinkedIn.

Profile of Dogs란 무엇입니까?

Profile of Dogs은(는) Aaron Weyenberg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reduce your implicit bias while browsing LinkedIn."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Profile of Dogs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Profile of Dogs Profile of Dogs
ID ohogaiokmklelonikonlifjgophefaaa
공식 URL https://chromewebstore.google.com/detail/profile-of-dogs/ohogaiokmklelonikonlifjgophefaaa
설명 Reduce your implicit bias while browsing LinkedIn.
파일 크기 9.3 KB
설치 횟수 172
현재 버전 1.01
최근 업데이트 2019-01-21
출시 날짜 2019-01-21
평점 4.20/5 총 5 개의 평점
개발자 Aaron Weyenberg
결제 유형 free
지원되는 언어 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
}