Eco-Index by Changing Room

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

Was ist Eco-Index by Changing Room?

Eco-Index by Changing Room ist eine Chrome-Erweiterung, die von https://changingroom.eco entwickelt wurde, und ihr Hauptmerkmal ist "Changing Room's Eco-Index provides the best second hand deals for fashion products.".

Erweiterungsscreenshots

screenshot
screenshot

Eco-Index by Changing Room-Erweiterungs-CRX-Datei herunterladen

Laden Sie Eco-Index by Changing Room-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Eco-Index by Changing Room Eco-Index by Changing Room
ID pjmfidajplecneclhdghcgdefnmhhlca
Offizielle URL https://chromewebstore.google.com/detail/eco-index-by-changing-roo/pjmfidajplecneclhdghcgdefnmhhlca
Beschreibung Changing Room's Eco-Index provides the best second hand deals for fashion products.
Dateigröße 2.31 MB
Installationsanzahl 1,141
Aktuelle Version 1.204
Letztes Update 2022-11-09
Veröffentlichungsdatum 2022-03-14
Bewertung 4.98/5 Insgesamt 175 Bewertungen
Entwickler https://changingroom.eco
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.changingroom.eco/
URL der Datenschutzrichtlinien-Seite https://www.changingroom.eco/privacy
Unterstützte Sprachen 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": []
        }
    ]
}