Profile of Dogs

Reduce your implicit bias while browsing LinkedIn.

Apa itu Profile of Dogs?

Profile of Dogs adalah ekstensi Chrome yang dikembangkan oleh Aaron Weyenberg, dan fitur utamanya adalah "Reduce your implicit bias while browsing LinkedIn.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Profile of Dogs

Unduh file ekstensi Profile of Dogs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Profile of Dogs Profile of Dogs
ID ohogaiokmklelonikonlifjgophefaaa
URL Resmi https://chromewebstore.google.com/detail/profile-of-dogs/ohogaiokmklelonikonlifjgophefaaa
Deskripsi Reduce your implicit bias while browsing LinkedIn.
Ukuran File 9.3 KB
Jumlah Instalasi 172
Versi Saat Ini 1.01
Terakhir Diperbarui 2019-01-21
Tanggal Publikasi 2019-01-21
Penilaian 4.20/5 Total 5 Penilaian
Pengembang Aaron Weyenberg
Tipe Pembayaran free
Bahasa yang Didukung 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
}