Paper Trail - Brand Sustainability Ratings

Brands demystified

Qu'est-ce que Paper Trail - Brand Sustainability Ratings ?

Paper Trail - Brand Sustainability Ratings est une extension Chrome développée par Paper Trail, et sa fonction principale est "Brands demystified".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Paper Trail - Brand Sustainability Ratings

Téléchargez les fichiers d'extension Paper Trail - Brand Sustainability Ratings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Paper Trail - Brand Sustainability Ratings Paper Trail - Brand Sustainability Ratings
ID amlfbbjnnmgnjeagdeeikieeafckjapn
URL Officiel https://chromewebstore.google.com/detail/paper-trail-brand-sustain/amlfbbjnnmgnjeagdeeikieeafckjapn
Description Brands demystified
Taille du Fichier 223 KB
Nombre d'Installations 35
Version Actuelle 2.0.3
Dernière Mise à Jour 2020-12-20
Date de Publication 2020-09-18
Évaluation 5.00/5 Total 8 Évaluations
Développeur Paper Trail
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://getpapertrail.com
Langues Prises en Charge 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"
    ]
}