Eco-Index by Changing Room

Changing Room's Eco-Index provides the best second hand deals for fashion products.

Hvad er Eco-Index by Changing Room?

Eco-Index by Changing Room er en Chrome-udvidelse udviklet af https://changingroom.eco, og dens hovedfunktion er "Changing Room's Eco-Index provides the best second hand deals for fashion products.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Eco-Index by Changing Room-udvidelses-CRX-fil

Download Eco-Index by Changing Room-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        *Our beta version is starting out in the US for now and works on English websites*

Think of us as an 'Spotify for second hand fashion'. As you browse your favorite fashion retailers online, our Eco-Index Chrome plugin finds the best curation of second hand deals that are stylish, better for the planet and your wallet.

Join the change, change the future!                    

Grundlæggende oplysninger om udvidelsen

Navn Eco-Index by Changing Room Eco-Index by Changing Room
ID pjmfidajplecneclhdghcgdefnmhhlca
Officiel URL https://chromewebstore.google.com/detail/eco-index-by-changing-roo/pjmfidajplecneclhdghcgdefnmhhlca
Beskrivelse Changing Room's Eco-Index provides the best second hand deals for fashion products.
Filstørrelse 2.31 MB
Antal Installationer 1,141
Nuværende Version 1.204
Senest Opdateret 2022-11-09
Udgivelsesdato 2022-03-14
Bedømmelse 4.98/5 Samlet 175 Bedømmelser
Udvikler https://changingroom.eco
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.changingroom.eco/
URL til Fortrolighedspolitik Side https://www.changingroom.eco/privacy
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eco-Index by Changing Room",
    "description": "Changing Room's Eco-Index provides the best second hand deals for fashion products.",
    "version": "1.204",
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/get_started32.png",
        "48": "\/icons\/get_started48.png",
        "128": "\/icons\/get_started128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "build\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/16.png",
            "32": "\/icons\/get_started32.png",
            "48": "\/icons\/get_started48.png",
            "128": "\/icons\/get_started128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/build\/assets\/alert.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}