Wedge Shopper: Sustainable Fashion Assistant

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

Wat is Wedge Shopper: Sustainable Fashion Assistant?

Wedge Shopper: Sustainable Fashion Assistant is een Chrome-extensie ontwikkeld door https://thewedge.io, en de belangrijkste functie is "Shop sustainably! Our extension shows reliable fashion sustainability ratings, empowering informed purchases.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Wedge Shopper: Sustainable Fashion Assistant

Download Wedge Shopper: Sustainable Fashion Assistant-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

                        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                    

Basisinformatie over de Extensie

Naam Wedge Shopper: Sustainable Fashion Assistant Wedge Shopper: Sustainable Fashion Assistant
ID kfgdpaggeohnkgpmbgmkblneacjceikb
Officiële URL https://chromewebstore.google.com/detail/wedge-shopper-sustainable/kfgdpaggeohnkgpmbgmkblneacjceikb
Beschrijving Shop sustainably! Our extension shows reliable fashion sustainability ratings, empowering informed purchases.
Bestandsgrootte 1.58 MB
Aantal Installaties 36
Huidige Versie 0.0.2.1
Laatst Bijgewerkt 2023-12-11
Publicatiedatum 2023-03-07
Beoordeling 4.91/5 Totaal 11 Beoordelingen
Ontwikkelaar https://thewedge.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.thewedge.io
Help Pagina-URL https://www.thewedge.io/contact
Ondersteunde Talen 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\/*"
    ]
}