Wedge Shopper: Sustainable Fashion Assistant

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

什麼是Wedge Shopper: Sustainable Fashion Assistant?

Wedge Shopper: Sustainable Fashion Assistant是由https://thewedge.io開發的Chrome擴展程式,該擴展的主要功能是“Shop sustainably! Our extension shows reliable fashion sustainability ratings, empowering informed purchases.”。

擴展截圖

screenshot
screenshot
screenshot

下載Wedge Shopper: Sustainable Fashion Assistant擴展crx文件

下載Wedge Shopper: Sustainable Fashion Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Wedge Shopper: Sustainable Fashion Assistant Wedge Shopper: Sustainable Fashion Assistant
ID kfgdpaggeohnkgpmbgmkblneacjceikb
官方網址 https://chromewebstore.google.com/detail/wedge-shopper-sustainable/kfgdpaggeohnkgpmbgmkblneacjceikb
簡介 Shop sustainably! Our extension shows reliable fashion sustainability ratings, empowering informed purchases.
檔案大小 1.58 MB
安裝次數 36
目前版本 0.0.2.1
更新時間 2023-12-11
上架時間 2023-03-07
評分 4.91/5 共 11 次評分
開發者 https://thewedge.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.thewedge.io
說明頁面URL https://www.thewedge.io/contact
支援的語言 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\/*"
    ]
}