Eco-Index by Changing Room

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

Eco-Index by Changing Room क्या है?

Eco-Index by Changing Room https://changingroom.eco द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changing Room's Eco-Index provides the best second hand deals for fashion products."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Eco-Index by Changing Room एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Eco-Index by Changing Room Eco-Index by Changing Room
ID pjmfidajplecneclhdghcgdefnmhhlca
आधिकारिक URL https://chromewebstore.google.com/detail/eco-index-by-changing-roo/pjmfidajplecneclhdghcgdefnmhhlca
विवरण Changing Room's Eco-Index provides the best second hand deals for fashion products.
फ़ाइल का आकार 2.31 MB
स्थापना संख्या 1,141
वर्तमान संस्करण 1.204
अंतिम अपडेट 2022-11-09
प्रकाशन तिथि 2022-03-14
रेटिंग 4.98/5 कुल 175 रेटिंग्स
डेवलपर https://changingroom.eco
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.changingroom.eco/
गोपनीयता नीति पृष्ठ URL https://www.changingroom.eco/privacy
समर्थित भाषाएँ 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": []
        }
    ]
}