Wedge Shopper: Sustainable Fashion Assistant

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

Apa itu Wedge Shopper: Sustainable Fashion Assistant?

Wedge Shopper: Sustainable Fashion Assistant adalah ekstensi Chrome yang dikembangkan oleh https://thewedge.io, dan fitur utamanya adalah "Shop sustainably! Our extension shows reliable fashion sustainability ratings, empowering informed purchases.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Wedge Shopper: Sustainable Fashion Assistant

Unduh file ekstensi Wedge Shopper: Sustainable Fashion Assistant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Wedge Shopper: Sustainable Fashion Assistant Wedge Shopper: Sustainable Fashion Assistant
ID kfgdpaggeohnkgpmbgmkblneacjceikb
URL Resmi https://chromewebstore.google.com/detail/wedge-shopper-sustainable/kfgdpaggeohnkgpmbgmkblneacjceikb
Deskripsi Shop sustainably! Our extension shows reliable fashion sustainability ratings, empowering informed purchases.
Ukuran File 1.58 MB
Jumlah Instalasi 36
Versi Saat Ini 0.0.2.1
Terakhir Diperbarui 2023-12-11
Tanggal Publikasi 2023-03-07
Penilaian 4.91/5 Total 11 Penilaian
Pengembang https://thewedge.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.thewedge.io
URL Halaman Bantuan https://www.thewedge.io/contact
Bahasa yang Didukung 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\/*"
    ]
}