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.”。
擴展截圖
下載Profile of Dogs擴展crx文件
下載Profile of Dogs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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.                     擴展基本資訊
| 名稱 |  | 
| ID | ohogaiokmklelonikonlifjgophefaaa | 
| 官方網址 | 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
} | |