Goodbuy

Shows rating and ethical scores of companies

Goodbuy란 무엇입니까?

Goodbuy은(는) http://goodbuy.eco에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows rating and ethical scores of companies"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Goodbuy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        We provide you with a browser extension that rates the product manufacturer you're about to purchase from on a range of Ethical/Sustainability bulletpoints.

- The rating score is calculated by our algorithm, along with 4 simplified criterias that allow you to pay extra attention to the cause you care about the most.
- We will keep adding new stores and product types to our database to provide you with a completely ethical shopping experience
- The extension only shows up when you're on a website we rated. If you want us to rate your favorite store, don't hesitate to request it!                    

확장 프로그램 기본 정보

이름 Goodbuy Goodbuy
ID mlconhbgdpghegfbihmjjdegplbolooi
공식 URL https://chrome.google.com/webstore/detail/goodbuy/mlconhbgdpghegfbihmjjdegplbolooi
설명 Shows rating and ethical scores of companies
파일 크기 368 KB
설치 횟수 18
현재 버전 0.0.1
최근 업데이트 2020-04-29
출시 날짜 2020-04-29
개발자 http://goodbuy.eco
결제 유형 free
확장 프로그램 웹 사이트 https://goodbuy.eco/
도움말 페이지 URL https://goodbuy.eco/contact-us/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Goodbuy",
    "version": "0.0.1",
    "description": "Shows rating and ethical scores of companies",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "https:\/\/dev.goodbuy.eco\/data\/db\/db.csv"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nike.com\/*",
                "https:\/\/www.adidas.com\/*",
                "https:\/\/www.hm.com\/*",
                "https:\/\/www.zara.com\/*",
                "https:\/\/www.uniqlo.com\/*",
                "https:\/\/www.levi.com\/*",
                "https:\/\/www.underarmour.com\/*",
                "https:\/\/www.primark.com\/*",
                "https:\/\/www.victoriassecret.com\/*",
                "https:\/\/www.ralphlauren.com\/*",
                "https:\/\/us.puma.com\/*",
                "https:\/\/www.gap.com\/*",
                "https:\/\/www.asos.com\/*",
                "https:\/\/www.pullandbear.com\/*",
                "https:\/\/www.forever21.com\/*",
                "https:\/\/www.marksandspencer.com\/*",
                "https:\/\/www.patagonia.com\/*"
            ],
            "css": [
                "lib\/animate.min.css",
                "content.css",
                "lib\/loading-bar.min.css"
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/jquery-ui.min.js",
                "lib\/loading-bar.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}