Paper Trail - Brand Sustainability Ratings

Brands demystified

Wat is Paper Trail - Brand Sustainability Ratings?

Paper Trail - Brand Sustainability Ratings is een Chrome-extensie ontwikkeld door Paper Trail, en de belangrijkste functie is "Brands demystified".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Paper Trail - Brand Sustainability Ratings

Download Paper Trail - Brand Sustainability Ratings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Paper Trail - Brand Sustainability Ratings Paper Trail - Brand Sustainability Ratings
ID amlfbbjnnmgnjeagdeeikieeafckjapn
Officiële URL https://chromewebstore.google.com/detail/paper-trail-brand-sustain/amlfbbjnnmgnjeagdeeikieeafckjapn
Beschrijving Brands demystified
Bestandsgrootte 223 KB
Aantal Installaties 35
Huidige Versie 2.0.3
Laatst Bijgewerkt 2020-12-20
Publicatiedatum 2020-09-18
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Paper Trail
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://getpapertrail.com
Ondersteunde Talen 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"
    ]
}