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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}