Eco-Index by Changing Room

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

Eco-Index by Changing Room là gì?

Eco-Index by Changing Room là một tiện ích mở rộng Chrome được phát triển bởi https://changingroom.eco, và tính năng chính của nó là "Changing Room's Eco-Index provides the best second hand deals for fashion products.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Eco-Index by Changing Room

Tải xuống các tệp mở rộng Eco-Index by Changing Room dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Eco-Index by Changing Room Eco-Index by Changing Room
ID pjmfidajplecneclhdghcgdefnmhhlca
URL Chính Thức https://chromewebstore.google.com/detail/eco-index-by-changing-roo/pjmfidajplecneclhdghcgdefnmhhlca
Mô tả Changing Room's Eco-Index provides the best second hand deals for fashion products.
Kích Thước Tệp 2.31 MB
Số Lần Cài Đặt 1,141
Phiên Bản Hiện Tại 1.204
Cập Nhật Lần Cuối 2022-11-09
Ngày Phát Hành 2022-03-14
Đánh Giá 4.98/5 Tổng số 175 Đánh Giá
Nhà Phát Triển https://changingroom.eco
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.changingroom.eco/
URL Trang Chính Sách Bảo Mật https://www.changingroom.eco/privacy
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}