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.
扩展基本信息
名称 | 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 } |