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
官方網址 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": []
        }
    ]
}