Diversity Plug Extension

Display diversity and gender statistics as you cruise around the Internet

Wat is Diversity Plug Extension?

Diversity Plug Extension is een Chrome-extensie ontwikkeld door plugin, en de belangrijkste functie is "Display diversity and gender statistics as you cruise around the Internet".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Diversity Plug Extension

Download Diversity Plug Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Download the FREE diversity plugin to view diversity and gender statistics as you cruise around the Internet. If the data isn't available, tweet companies to join the share to care initiative to publicly disclose their diversity data.

Ready to exercise your power as a consumer and make real tangible change happen? Invite your favorite company to share to care by releasing the diversity data of their executive team.
 
Transparency when it comes to diversity data, will enable a genuine dialogue and foster advancement of equity in leadership roles.

You have a voice, you have power, USE IT!                    

Basisinformatie over de Extensie

Naam Diversity Plug Extension Diversity Plug Extension
ID lbmbbclebgdacemmlgfocmdmiecdjkce
Officiële URL https://chromewebstore.google.com/detail/diversity-plug-extension/lbmbbclebgdacemmlgfocmdmiecdjkce
Beschrijving Display diversity and gender statistics as you cruise around the Internet
Bestandsgrootte 258 KB
Aantal Installaties 104
Huidige Versie 1.4.0
Laatst Bijgewerkt 2020-11-30
Publicatiedatum 2020-09-07
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar plugin
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.diversityplug.com/
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.0",
    "manifest_version": 2,
    "name": "Diversity Plug Extension",
    "homepage_url": "https:\/\/diversityplug.com",
    "description": "Display diversity and gender statistics as you cruise around the Internet",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/favicon-gray-32x32.png"
    },
    "permissions": [
        "https:\/\/spreadsheets.google.com\/",
        "storage",
        "unlimitedStorage",
        "webNavigation",
        "tabs",
        "alarms"
    ],
    "icons": {
        "128": "img\/icon-128.png"
    }
}