Ethicli

To help you make ethical online shopping choices

Ethicli란 무엇입니까?

Ethicli은(는) https://ethicli.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To help you make ethical online shopping choices"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Ethicli provides you with company ethics info and ethical product alternatives to make ethical shopping easier.

We want to change the world by bringing you greater consumer power! One of the best ways to vote for what you believe in is with your dollars. Many of us can feel lost when it comes to knowing how our purchases affect others downstream, and we're here to help!                    

확장 프로그램 기본 정보

이름 Ethicli Ethicli
ID pkbciefpddgopoopoffffnnfobiofagl
공식 URL https://chromewebstore.google.com/detail/ethicli/pkbciefpddgopoopoffffnnfobiofagl
설명 To help you make ethical online shopping choices
파일 크기 850 KB
설치 횟수 138
현재 버전 0.6.15
최근 업데이트 2021-09-09
출시 날짜 2021-09-09
평점 4.86/5 총 7 개의 평점
개발자 https://ethicli.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.ethicli.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethicli",
    "version": "0.6.15",
    "description": "To help you make ethical online shopping choices",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "views\/popupNotShop.html",
        "default_title": "Ethicli",
        "default_icon": {
            "16": "icons\/grey-16.png"
        }
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icons\/ethicli-16.png",
        "32": "icons\/ethicli-32.png",
        "48": "icons\/ethicli-48.png",
        "128": "icons\/ethicli-128.png"
    },
    "options_ui": {
        "page": "views\/options.html",
        "open_in_tab": false
    },
    "manifest_version": 2
}