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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://changingroom.eco, και η κύρια λειτουργία του είναι "Changing Room's Eco-Index provides the best second hand deals for fashion products.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Eco-Index by Changing Room

Λήψη αρχείων επέκτασης Eco-Index by Changing Room σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        *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": []
        }
    ]
}