Diversity Plug Extension

Display diversity and gender statistics as you cruise around the Internet

Diversity Plug Extensionคืออะไร?

Diversity Plug Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย plugin และคุณลักษณะหลักของมันคือ "Display diversity and gender statistics as you cruise around the Internet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Diversity Plug Extension

ดาวน์โหลดไฟล์ส่วนขยาย Diversity Plug Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}