Diversity Plug Extension

Display diversity and gender statistics as you cruise around the Internet

Diversity Plug Extension là gì?

Diversity Plug Extension là một tiện ích mở rộng Chrome được phát triển bởi plugin, và tính năng chính của nó là "Display diversity and gender statistics as you cruise around the Internet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Diversity Plug Extension

Tải xuống các tệp mở rộng Diversity Plug Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Diversity Plug Extension Diversity Plug Extension
ID lbmbbclebgdacemmlgfocmdmiecdjkce
URL Chính Thức https://chromewebstore.google.com/detail/diversity-plug-extension/lbmbbclebgdacemmlgfocmdmiecdjkce
Mô tả Display diversity and gender statistics as you cruise around the Internet
Kích Thước Tệp 258 KB
Số Lần Cài Đặt 104
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2020-11-30
Ngày Phát Hành 2020-09-07
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển plugin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.diversityplug.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}