Progressive Shopper

Progressive Shopper

Progressive Shopper란 무엇입니까?

Progressive Shopper은(는) Progressive Shopper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Progressive Shopper"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        WE DO NOT COLLECT YOUR NAME, EMAIL ADDRESS, OR OTHER SENSITIVE PERSONALLY IDENTIFIABLE INFORMATION. The notice you will see is from Google and the wording is outside of our control. 

Progressive Shopper provides an easy way to keep track of the political contributions made by the companies you shop at.  For any website where we have data - we will show a small ribbon on the right-hand side of the browser that will be:

Green: They mostly support Democrats
Yellow: They are bipartisan in their contributions
Red: They mostly give to Republicans

By clicking on the ribbon you get a wealth of information about the brands - as well as information on which competitors might better match your values.  

Please note that if the user chooses to click on a competitor, they may be redirected to the brands' sites via affiliate links.

The privacy policy for this extension is available at http://privacy.progressiveshopper.com                    

확장 프로그램 기본 정보

이름 Progressive Shopper Progressive Shopper
ID lpepilhibhaofjfjaikofinbbjcnhpfk
공식 URL https://chromewebstore.google.com/detail/progressive-shopper/lpepilhibhaofjfjaikofinbbjcnhpfk
설명 Progressive Shopper
파일 크기 712 KB
설치 횟수 10,000
현재 버전 0.1.8
최근 업데이트 2022-08-11
출시 날짜 2020-06-30
평점 3.86/5 총 21 개의 평점
개발자 Progressive Shopper
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://progressiveshopper.com
개인정보 보호 정책 페이지 URL http://privacy.shopforcause.io
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Progressive Shopper",
    "name": "Progressive Shopper",
    "description": "Progressive Shopper",
    "action": {
        "default_title": "Progressive Shopper",
        "default_icon": {
            "16": "static\/images\/icon16.png",
            "48": "static\/images\/icon48.png",
            "128": "static\/images\/icon128.png"
        }
    },
    "manifest_version": 3,
    "version": "0.1.8",
    "author": "",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/library\/jquery.js",
                "static\/js\/contentscript.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "static\/js\/eventPage.js"
    },
    "permissions": [],
    "icons": {
        "16": "static\/images\/icon16.png",
        "48": "static\/images\/icon48.png",
        "128": "static\/images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "index.html?type=ribbon"
            ],
            "matches": [
                ""
            ]
        }
    ]
}