Wedge Shopper: Sustainable Fashion Assistant

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

What is Wedge Shopper: Sustainable Fashion Assistant?

Wedge Shopper: Sustainable Fashion Assistant is a Chrome extension developed by https://thewedge.io, and its main feature is "Shop sustainably! Our extension shows reliable fashion sustainability ratings, empowering informed purchases.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Wedge Shopper: Sustainable Fashion Assistant Extension CRX File

Download Wedge Shopper: Sustainable Fashion Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Wedge Shopper: Sustainable Fashion Assistant Wedge Shopper: Sustainable Fashion Assistant
ID kfgdpaggeohnkgpmbgmkblneacjceikb
Official URL https://chromewebstore.google.com/detail/wedge-shopper-sustainable/kfgdpaggeohnkgpmbgmkblneacjceikb
Description Shop sustainably! Our extension shows reliable fashion sustainability ratings, empowering informed purchases.
File Size 1.58 MB
Installation Count 36
Current Version 0.0.2.1
Last Updated 2023-12-11
Publish Date 2023-03-07
Rating 4.91/5 Total 11 Ratings
Developer https://thewedge.io
Email [email protected]
Payment Type free
Extension Website https://www.thewedge.io
Help Page URL https://www.thewedge.io/contact
Supported Languages 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\/*"
    ]
}