Eco-Index by Changing Room

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

Cos'è Eco-Index by Changing Room?

Eco-Index by Changing Room è un'estensione di Chrome sviluppata da https://changingroom.eco, e la sua funzione principale è "Changing Room's Eco-Index provides the best second hand deals for fashion products.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Eco-Index by Changing Room

Scarica i file di estensione Eco-Index by Changing Room in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Eco-Index by Changing Room Eco-Index by Changing Room
ID pjmfidajplecneclhdghcgdefnmhhlca
URL Ufficiale https://chromewebstore.google.com/detail/eco-index-by-changing-roo/pjmfidajplecneclhdghcgdefnmhhlca
Descrizione Changing Room's Eco-Index provides the best second hand deals for fashion products.
Dimensione del File 2.31 MB
Conteggio Installazioni 1,141
Versione Corrente 1.204
Ultimo Aggiornamento 2022-11-09
Data di Pubblicazione 2022-03-14
Valutazione 4.98/5 Totale 175 Valutazioni
Sviluppatore https://changingroom.eco
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.changingroom.eco/
URL della Pagina della Politica sulla Privacy https://www.changingroom.eco/privacy
Lingue Supportate 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": []
        }
    ]
}