ImpactKarma

Make the world a better place each time you shop online

ImpactKarmaคืออะไร?

ImpactKarma เป็นส่วนขยายของ Chrome ที่พัฒนาโดย unknown และคุณลักษณะหลักของมันคือ "Make the world a better place each time you shop online"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Your Purchasing Decisions Make a Difference!

Help build an inclusive and sustainable world by supporting socially and environmentally responsible companies when you shop on Amazon.

Click on the 'Check Impact' button when you shop on Amazon to see Company Impact in 5 categories:
1) Environment – do they play a role in protecting our planet by minimizing pollution and reducing waste?
2) Workers – do their employees earn fair and equal pay, receive good benefits, and work in a safe environment?
3) Customers – do they prioritize customer privacy and fair treatment?
4) Communities – do they support their local communities?
5) Shareholders – do they act ethically and with integrity?

Impact scores are based on trusted data from JUST Capital (www.justcapital.com).

We currently have data for the top 1,000 public companies in the United States. If there is an impactful company that you love on Amazon, let us know ([email protected]) and we'll add them to our database.

Join a community of people driving a global movement to use business as a force for good!

Make the World a Better Place Each Time You Shop Online.

----------------------------------------------------

By using this add-on, you agree to the ImpactKarma Terms & Conditions available at http://www.theimpactkarma.com.                    

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

ชื่อ ImpactKarma ImpactKarma
ID kaanfkpcldlniaablodjpkeijipphlbi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/impactkarma/kaanfkpcldlniaablodjpkeijipphlbi
คำอธิบาย Make the world a better place each time you shop online
ขนาดไฟล์ 2.37 MB
จำนวนการติดตั้ง 136
เวอร์ชันปัจจุบัน 1.9
อัปเดตครั้งล่าสุด 2020-06-08
วันที่เผยแพร่ 2020-06-08
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "38": "icons\/green_logo.png"
        },
        "default_title": "ImpactKarma",
        "default_popup": "register.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "default_locale": "en",
    "description": "Make the world a better place each time you shop online",
    "icons": {
        "128": "icons\/green_logo.png"
    },
    "manifest_version": 2,
    "name": "ImpactKarma",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js",
            "jquery-3.4.1.js",
            "uuidjs.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "http:\/\/www.amazon.com\/*",
                "https:\/\/smile.amazon.com\/*",
                "http:\/\/smile.amazon.com\/*"
            ],
            "js": [
                "jquery-3.4.1.js",
                "content.js",
                "uuidjs.js"
            ]
        }
    ],
    "version": "1.9",
    "web_accessible_resources": [
        "icons\/*",
        "popover\/*"
    ]
}