Wedge Shopper: Sustainable Fashion Assistant

Shop sustainably! Our extension shows reliable fashion sustainability ratings, empowering informed purchases.

Cos'è Wedge Shopper: Sustainable Fashion Assistant?

Wedge Shopper: Sustainable Fashion Assistant è un'estensione di Chrome sviluppata da https://thewedge.io, e la sua funzione principale è "Shop sustainably! Our extension shows reliable fashion sustainability ratings, empowering informed purchases.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Wedge Shopper: Sustainable Fashion Assistant

Scarica i file di estensione Wedge Shopper: Sustainable Fashion Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Meet Wedge, your intelligent and eco-conscious shopping companion! Our browser plugin empowers you to make informed and sustainable purchasing decisions effortlessly. Discover eco-friendly alternatives, access sustainability ratings, and gain insights into brands' ethical practices, all while you shop online. 🌍

Use Wedge browsing these websites:
➡️ ASOS
➡️ Zalando
➡️ FarFetch
➡️ Macy's

Features:
✅Sustainability Ratings: Instantly view the sustainability score of products and brands.
✅Eco-Friendly Alternatives: Explore green alternatives to the products you love.
✅Brand Insights: Learn about brands' ethical practices and sustainability efforts.

Why Wedge?
🌎Make informed and ethical purchasing decisions.
🌎Contribute to a sustainable and eco-friendly future.
🌎Discover new sustainable brands and products.
Join the Sustainable Shopping Revolution with Wedge! 🌱

🔗 Read more about our ratings at https://www.thewedge.io/how-we-rate

⚠️ Privacy Policy
Be assured that our extension, Wedge, respects your privacy. We do not read or change all of your data on every website you visit. Our privacy policy provides more information about how we collect and use data. 
🔗 https://www.thewedge.io/terms-conditions
🔗 https://www.thewedge.io/privacy-policy                    

Informazioni di Base sull'Estensione

Nome Wedge Shopper: Sustainable Fashion Assistant Wedge Shopper: Sustainable Fashion Assistant
ID kfgdpaggeohnkgpmbgmkblneacjceikb
URL Ufficiale https://chromewebstore.google.com/detail/wedge-shopper-sustainable/kfgdpaggeohnkgpmbgmkblneacjceikb
Descrizione Shop sustainably! Our extension shows reliable fashion sustainability ratings, empowering informed purchases.
Dimensione del File 1.58 MB
Conteggio Installazioni 36
Versione Corrente 0.0.2.1
Ultimo Aggiornamento 2023-12-11
Data di Pubblicazione 2023-03-07
Valutazione 4.91/5 Totale 11 Valutazioni
Sviluppatore https://thewedge.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.thewedge.io
URL della Pagina di Aiuto https://www.thewedge.io/contact
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wedge Shopper: Sustainable Fashion Assistant",
    "description": "Shop sustainably! Our extension shows reliable fashion sustainability ratings, empowering informed purchases.",
    "version": "0.0.2.1",
    "manifest_version": 3,
    "icons": {
        "16": "img\/WedgeWE.png",
        "32": "img\/WedgeWE.png",
        "48": "img\/WedgeWE.png",
        "128": "img\/WedgeWE.png"
    },
    "oauth2": {
        "client_id": "1096894187862-ulmlrmir4jsu66t6j3dkuq4rg5epr043.apps.googleusercontent.com",
        "scopes": [
            "profile email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnX5MRSKFPVYNzhck9yOOuAfZ23luq75MgT4rDRHHWkgg4HJetw8HvT7CqHxs+OGVMaS7dQ9XA0IV\/52Vdf8T6oChTNA99pDyAoL6d1Ug9eLCzEzKzBRWwCqnOE69QJ70NGE3VQosLee0dO2ppqLl+UDnDSlgf7F0GkS+nUNL\/Ta8K8ACTzPd8Ril\/wFIcDyIsFpKyIul2EMKLrNtEm7v3zju0l6L1iRT+jdc1qUdbltSPpWZHrkPwNH+YSQF3VrGbom4FtQVU28+hzL1bf1a2XOeP+TNbBOag+Bg6CO5yGNbDlpDNw8xmb\/weVcWqwcjFdwMh\/kDISwNwb2nHG6w5QIDAQAB",
    "action": {
        "default_icon": "img\/RegularLogo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-e2ca2288.40890a51.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "assets\/contentScript.jsx.95ace9c9.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icons\/*.png",
                "img\/*.png",
                "Fonts\/*.ttf"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/chunk-4d37f1af.js",
                "assets\/chunk-e2ca2288.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "http:\/\/localhost:3000\/*"
    ]
}