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 | 
| 公式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
} | |