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
}