Profile of Dogs

Reduce your implicit bias while browsing LinkedIn.

Profile of Dogsคืออะไร?

Profile of Dogs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aaron Weyenberg และคุณลักษณะหลักของมันคือ "Reduce your implicit bias while browsing LinkedIn."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Profile of Dogs

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
}