Paper Trail - Brand Sustainability Ratings

Brands demystified

Paper Trail - Brand Sustainability Ratingsคืออะไร?

Paper Trail - Brand Sustainability Ratings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paper Trail และคุณลักษณะหลักของมันคือ "Brands demystified"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Paper Trail - Brand Sustainability Ratings

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

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

                        Paper Trail turns brand names on your screen into a link to the brand's website.  

The links are underlined either red, yellow or green based on the sustainability rating of their parent company.

To measure sustainability, we use ESG ratings which take into account the impact companies have in their carbon footprint, labor standards and chemical safety.                    

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

ชื่อ Paper Trail - Brand Sustainability Ratings Paper Trail - Brand Sustainability Ratings
ID amlfbbjnnmgnjeagdeeikieeafckjapn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/paper-trail-brand-sustain/amlfbbjnnmgnjeagdeeikieeafckjapn
คำอธิบาย Brands demystified
ขนาดไฟล์ 223 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 2.0.3
อัปเดตครั้งล่าสุด 2020-12-20
วันที่เผยแพร่ 2020-09-18
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Paper Trail
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getpapertrail.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "manifest_version": 2,
    "name": "Paper Trail - Brand Sustainability Ratings",
    "version": "2.0.3",
    "description": "Brands demystified",
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png",
        "48": "images\/favicon-128.png",
        "128": "images\/favicon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/cards.css"
            ],
            "js": [
                "lib\/jquery.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "webRequest"
    ],
    "web_accessible_resources": [
        "*.woff2"
    ]
}