Wholeheartedly

Holding businesses to a higher standard

Wholeheartedlyคืออะไร?

Wholeheartedly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wholeheartedly.xyz และคุณลักษณะหลักของมันคือ "Holding businesses to a higher standard"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Find businesses leading the way to a more sustainable future while demonstrating a commitment to gender, racial, and LGBTQ+ equality.

The Wholeheartedly browser extension highlights how the sites you visit and brands you support score on various corporate social responsibility metrics—right as you browse the web!

Every year, advocacy groups and nonprofits publish data scoring and ranking large corporations against various corporate social responsibility metrics.

• Sustainability via the CDP's "Climate Change Program"
• Gender Equality via Equileap's "Gender Equality Scorecard"
• Racial Justice via As You Sow's "Racial Justice Scorecard"
• LGBTQ+ Equality and Inclusion via the Human Rights Campaign’s "Corporate Equality Index"

As you browse the web, an icon in the toolbar unintrusively provides a high-level view of how a business has scored across these indices, with additional information only a click away.

Our goal is to make this data and information readily accessible, easy to understand, and contextually relevant so you can align the businesses and brands you support with your values

By supporting top-scoring businesses and brands, we can send a powerful message that sustainability and equality are important for the bottom line.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wholeheartedly Wholeheartedly
ID moipnphogpagnhlkmnpelmiakodfljab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wholeheartedly/moipnphogpagnhlkmnpelmiakodfljab
คำอธิบาย Holding businesses to a higher standard
ขนาดไฟล์ 249 KB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2021-12-08
วันที่เผยแพร่ 2020-12-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://wholeheartedly.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wholeheartedly.xyz/
URL หน้านโยบายความเป็นส่วนตัว https://wholeheartedly.xyz/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wholeheartedly",
    "version": "2.0.1",
    "description": "Holding businesses to a higher standard",
    "permissions": [
        "storage",
        "declarativeContent",
        "activeTab"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "data.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "about.html",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon\/icon16.png",
            "32": "assets\/icon\/icon32.png",
            "48": "assets\/icon\/icon48.png",
            "128": "assets\/icon\/icon128.png"
        },
        "default_title": "Wholeheartedly",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js 'sha256-j11M7t8QP6rEH\/Ip4QAReNCTahO75lX7RnEdGO\/wbe8='; object-src 'self'",
    "icons": {
        "16": "assets\/icon\/icon16.png",
        "32": "assets\/icon\/icon32.png",
        "48": "assets\/icon\/icon48.png",
        "128": "assets\/icon\/icon128.png"
    }
}