The Beagle Button - Sustainable Shopping

The Beagle Button - the magic way to shop sustainably

Τι είναι το The Beagle Button - Sustainable Shopping;

Το The Beagle Button - Sustainable Shopping είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://joinbeagle.com, και η κύρια λειτουργία του είναι "The Beagle Button - the magic way to shop sustainably".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης The Beagle Button - Sustainable Shopping

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

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

                        As seen in The Mirror, Daily Mail, You Magazine and The Vegan Review, the Beagle Button fetches you amazing planet-friendly alternatives instantly!

How it works:
🛒 You shop as normal - browse the shops you already use
✨ If there’s a better product than the one you’re looking at, Beagle shows up! MAGIC
🔭 We have done all the research so you don’t have to, finding thousands of the most ethical and sustainable products in the world

Sustainable shopping can take time, energy and research - plus it’s hard to find the latest ethical products if you don’t even know they exist! 

We believe sustainable shopping should be as easy as the old way to shop and we’re making that happen. Join our mission to change the way the world shops!

TIP: Set your preferences to see products that align most closely with your values ❤️
* Organic
* Plastic-free
* Vegan
* Longer-lasting
* Ethically made
* Low-Carbon
* Women-Run
* Gives Back
* Made in the UK
* Minority owned
* Second hand

Our pledge:
🌍 Beagle is free and working for you & the planet
💾 We will not sell your personal data - privacy is sacred
🔍 Our product research is independent and based on our own strict sustainability criteria
🥇 We never accept money to show products, and only the best get listed

At Beagle, like any good doggy, we’re always striving to be better, so let us know if there’s anything we can improve 🐶

@thebeaglebutton

-----------------------
Terms and conditions: https://joinbeagle.com/terms-and-conditions
Privacy policy: https://joinbeagle.com/privacy-policy
Our sustainability criteria: https://joinbeagle.com/blog/guide-to-the-beagle-buttons-sustainability-values                    

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

Όνομα The Beagle Button - Sustainable Shopping The Beagle Button - Sustainable Shopping
ID pgdjdmeelmkpagmfegabohmaoegophma
Επίσημο URL https://chromewebstore.google.com/detail/the-beagle-button-sustain/pgdjdmeelmkpagmfegabohmaoegophma
Περιγραφή The Beagle Button - the magic way to shop sustainably
Μέγεθος Αρχείου 680 KB
Αριθμός Εγκαταστάσεων 1,884
Τρέχουσα Έκδοση 0.0.41
Τελευταία Ενημέρωση 2022-08-30
Ημερομηνία Δημοσίευσης 2020-07-24
Αξιολόγηση 4.85/5 Συνολικά 27 Αξιολογήσεις
Προγραμματιστής https://joinbeagle.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://joinbeagle.com
Διεύθυνση URL της Σελίδας Βοήθειας https://joinbeagle.com/help
URL της Σελίδας Πολιτικής Απορρήτου https://joinbeagle.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Beagle Button - Sustainable Shopping",
    "short_name": "The Beagle Button",
    "description": "The Beagle Button - the magic way to shop sustainably",
    "version": "0.0.41",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content\/content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_title": "The Beagle Button",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background\/background_script.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "inline\/inline.html",
        "assets\/icon.svg",
        "assets\/inline-result-icon.svg",
        "util\/reporting.js"
    ],
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}