Profile of Dogs

Reduce your implicit bias while browsing LinkedIn.

Profile of Dogs là gì?

Profile of Dogs là một tiện ích mở rộng Chrome được phát triển bởi Aaron Weyenberg, và tính năng chính của nó là "Reduce your implicit bias while browsing LinkedIn.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Profile of Dogs

Tải xuống các tệp mở rộng Profile of Dogs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Profile of Dogs Profile of Dogs
ID ohogaiokmklelonikonlifjgophefaaa
URL Chính Thức https://chromewebstore.google.com/detail/profile-of-dogs/ohogaiokmklelonikonlifjgophefaaa
Mô tả Reduce your implicit bias while browsing LinkedIn.
Kích Thước Tệp 9.3 KB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 1.01
Cập Nhật Lần Cuối 2019-01-21
Ngày Phát Hành 2019-01-21
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Aaron Weyenberg
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}