Eco-Index by Changing Room

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

¿Qué es Eco-Index by Changing Room?

Eco-Index by Changing Room es una extensión de Chrome desarrollada por https://changingroom.eco, y su función principal es "Changing Room's Eco-Index provides the best second hand deals for fashion products.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Eco-Index by Changing Room

Descarga archivos de extensión Eco-Index by Changing Room en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        *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!                    

Información Básica de la Extensión

Nombre Eco-Index by Changing Room Eco-Index by Changing Room
ID pjmfidajplecneclhdghcgdefnmhhlca
URL Oficial https://chromewebstore.google.com/detail/eco-index-by-changing-roo/pjmfidajplecneclhdghcgdefnmhhlca
Descripción Changing Room's Eco-Index provides the best second hand deals for fashion products.
Tamaño del Archivo 2.31 MB
Cantidad de Instalaciones 1,141
Versión Actual 1.204
Última Actualización 2022-11-09
Fecha de Publicación 2022-03-14
Calificación 4.98/5 Total de 175 Calificaciones
Desarrollador https://changingroom.eco
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.changingroom.eco/
URL de la Página de Política de Privacidad https://www.changingroom.eco/privacy
Idiomas Soportados 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": []
        }
    ]
}