Eco-Index by Changing Room

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

Qu'est-ce que Eco-Index by Changing Room ?

Eco-Index by Changing Room est une extension Chrome développée par https://changingroom.eco, et sa fonction principale est "Changing Room's Eco-Index provides the best second hand deals for fashion products.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Eco-Index by Changing Room

Téléchargez les fichiers d'extension Eco-Index by Changing Room au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Eco-Index by Changing Room Eco-Index by Changing Room
ID pjmfidajplecneclhdghcgdefnmhhlca
URL Officiel https://chromewebstore.google.com/detail/eco-index-by-changing-roo/pjmfidajplecneclhdghcgdefnmhhlca
Description Changing Room's Eco-Index provides the best second hand deals for fashion products.
Taille du Fichier 2.31 MB
Nombre d'Installations 1,141
Version Actuelle 1.204
Dernière Mise à Jour 2022-11-09
Date de Publication 2022-03-14
Évaluation 4.98/5 Total 175 Évaluations
Développeur https://changingroom.eco
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.changingroom.eco/
URL de la Page de Politique de Confidentialité https://www.changingroom.eco/privacy
Langues Prises en Charge 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": []
        }
    ]
}