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开发的Chrome扩展程序,该扩展的主要功能是“Changing Room's Eco-Index provides the best second hand deals for fashion products.”。

扩展截图

screenshot
screenshot

下载Eco-Index by Changing Room扩展crx文件

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