Gender Fair

With our extension,you will see a GenderFair rating on whether a company,product or brand is making progress towards gender equality

Gender Fair란 무엇입니까?

Gender Fair은(는) Gender Fair에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With our extension,you will see a GenderFair rating on whether a company,product or brand is making progress towards gender equality"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Gender Fair 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With our extension, you will see a Gender Fair rating on whether a company, product or brand is making progress towards gender equality.

Gender Fair has measured thousands of brands on its company’s diversity in leadership and board of directors, as well as the pay gap, parental leave, sexual harassment, advertising and social responsibility.

A checkmark indicates a company has been rated and achieved a score of 70 or higher (out of 100) and is Gender Fair. Those with an X have not reached this standard and an alternative brand is recommended. If no pop-up appears (not-rated), it means that more data is needed to make an assessment. Certified brands have taken an extra step to make a long-term commitment towards gender equality and diversity.

Once you click on the Gender Fair rating, you can tweet to thank (or encourage) a company on its efforts and learn more about Gender Fair and what it takes to support women in the workplace.                    

확장 프로그램 기본 정보

이름 Gender Fair Gender Fair
ID amfempcmjjaaoppnkbfokameamdppjdm
공식 URL https://chromewebstore.google.com/detail/gender-fair/amfempcmjjaaoppnkbfokameamdppjdm
설명 With our extension,you will see a GenderFair rating on whether a company,product or brand is making progress towards gender equality
파일 크기 141 KB
설치 횟수 30
현재 버전 1.0.0
최근 업데이트 2020-06-13
출시 날짜 2020-06-12
개발자 Gender Fair
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gender Fair",
    "description": "With our extension,you will see a GenderFair rating on whether a company,product or brand is making progress towards gender equality",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "gender-fair",
        "default_popup": "popup\/popup.html",
        "hotkey": [
            "ctrl",
            "g",
            "f"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "popup\/popup.html"
    ]
}