Diversity Plug Extension

Display diversity and gender statistics as you cruise around the Internet

Diversity Plug Extension क्या है?

Diversity Plug Extension plugin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display diversity and gender statistics as you cruise around the Internet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Diversity Plug Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Diversity Plug Extension Diversity Plug Extension
ID lbmbbclebgdacemmlgfocmdmiecdjkce
आधिकारिक URL https://chromewebstore.google.com/detail/diversity-plug-extension/lbmbbclebgdacemmlgfocmdmiecdjkce
विवरण Display diversity and gender statistics as you cruise around the Internet
फ़ाइल का आकार 258 KB
स्थापना संख्या 104
वर्तमान संस्करण 1.4.0
अंतिम अपडेट 2020-11-30
प्रकाशन तिथि 2020-09-07
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर plugin
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.diversityplug.com/
समर्थित भाषाएँ 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"
    }
}