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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": []
        }
    ]
}