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
screenshot
screenshot

下載Gender Fair擴展crx文件

下載Gender Fair擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
電子郵箱 research@genderfair.com
付費類型 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"
    ]
}