Paper Trail - Brand Sustainability Ratings
Brands demystified
Apa itu Paper Trail - Brand Sustainability Ratings?
Paper Trail - Brand Sustainability Ratings adalah ekstensi Chrome yang dikembangkan oleh Paper Trail, dan fitur utamanya adalah "Brands demystified".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Paper Trail - Brand Sustainability Ratings
Unduh file ekstensi Paper Trail - Brand Sustainability Ratings dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Paper Trail - Brand Sustainability Ratings |
ID | amlfbbjnnmgnjeagdeeikieeafckjapn |
URL Resmi | https://chromewebstore.google.com/detail/paper-trail-brand-sustain/amlfbbjnnmgnjeagdeeikieeafckjapn |
Deskripsi | Brands demystified |
Ukuran File | 223 KB |
Jumlah Instalasi | 35 |
Versi Saat Ini | 2.0.3 |
Terakhir Diperbarui | 2020-12-20 |
Tanggal Publikasi | 2020-09-18 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | Paper Trail |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://getpapertrail.com |
Bahasa yang Didukung | 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" ] } |