myTrestle Button

Discover the values of your favorite brands

Τι είναι το myTrestle Button;

Το myTrestle Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mytrestle.com, και η κύρια λειτουργία του είναι "Discover the values of your favorite brands".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης myTrestle Button

Λήψη αρχείων επέκτασης myTrestle Button σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        NEW FEATURE: COVID-19 Override - Now you can support and buy from your local small business with the convenience of Amazon

What is the myTrestle button? 
We at Trestle have researched hundreds of companies and how they operate. Now you can instantly see the most important ethical practices of a company when you shop online!

As you visit a company’s website, or a product on Amazon, the myTrestle Button will automatically show you a compatibility score and the ethical practices they do well.

With the myTrestle button, you can instantly see how a company practices in:
∙ Environment
∙ Labor
∙ Animal treatment
∙ Giving back
∙ Small & Medium business
∙ Transparency

Do you want to shop cruelty-free? support fair labor practices? Only from companies who use environmentally-friendly practices? Let the Trestle button be your tool in learning exactly what kind of values you’re supporting when you buy something!

We want to see a world where everyone shops according to their most important values!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα myTrestle Button myTrestle Button
ID ilbgeihhbjaehjedemfkdgahgflmladn
Επίσημο URL https://chromewebstore.google.com/detail/mytrestle-button/ilbgeihhbjaehjedemfkdgahgflmladn
Περιγραφή Discover the values of your favorite brands
Μέγεθος Αρχείου 479 KB
Αριθμός Εγκαταστάσεων 627
Τρέχουσα Έκδοση 1.3.2
Τελευταία Ενημέρωση 2020-04-21
Ημερομηνία Δημοσίευσης 2020-04-19
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://mytrestle.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.mytrestle.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.mytrestle.com/faq/
URL της Σελίδας Πολιτικής Απορρήτου https://www.mytrestle.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "myTrestle Button",
    "version": "1.3.2",
    "description": "Discover the values of your favorite brands",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "match_about_blank": false,
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "assets\/css\/fonts.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/purple-16.png",
        "48": "icons\/purple-48.png",
        "128": "icons\/purple-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/inactive-19.png",
            "38": "icons\/inactive-38.png"
        },
        "default_title": "Trestle"
    },
    "web_accessible_resources": [
        "assets\/css\/fonts.css"
    ],
    "minimum_chrome_version": "27"
}