VotingSmarter

Vote & Shop Your Values!

VotingSmarter란 무엇입니까?

VotingSmarter은(는) https://votingsmarter.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vote & Shop Your Values!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Want to Do Good and Feel Good While You Shop?

Automatically match with the brands that share your values while you shop online!

Download VotingSmarter today and see how you match with over 120 major brands based on their political donations and your policy preferences.

Shop with confidence that you are doing good with every purchase!

Compare companies and find better matches while you shop.

Vote with your dollars EVERY DAY not just Election Day!

Tired of buying stuff from the companies that are ruining the world (as YOU see it)? Download our extension to maximize YOUR IMPACT and be matched with the companies that share YOUR values.

Other extensions may help you save a little money but at VotingSmarter we help YOU save the world.

Who is VotingSmarter?

VotingSmarter is a civic tech nonprofit dedicated to simplifying elections with fair fast and fun technology. We build tools to maximize the power and influence of regular citizens over their government. 

Whether it is our iOS dating app for elections or this Chrome extension, bringing unbiased info to the people is what we are all about. In this extension we use data we’ve collected through thousands of hours of research on the opinions of political candidates and companies on issues like climate change, diversity/equity, abortion, guns, healthcare, immigration, crime, taxes, free college, and more. Their data are then compared to your preferences, and then your matches are made. Try it today! 

Use our extension EVERY time you shop to stop having buyers’ remorse! 
If you like what we are doing you can support us by donating to us on our website, by following us, and by sharing us on Instagram and Twitter and Reddit.

Stay tuned to get matched with candidates running for office in your area in 2022 right here in the extension and many more brands and products!

Start voting smarter at the ballot box and with your shopping cart!

By using this add-on, you agree to the VotingSmarter’s Terms & Conditions and Privacy Policies available at http://www.votingsmarter.org/policies/                    

확장 프로그램 기본 정보

이름 VotingSmarter VotingSmarter
ID hkolhebbbgddjgekpkohnollofaijncj
공식 URL https://chromewebstore.google.com/detail/votingsmarter/hkolhebbbgddjgekpkohnollofaijncj
설명 Vote & Shop Your Values!
파일 크기 1.3 MB
설치 횟수 118
현재 버전 0.10
최근 업데이트 2022-03-28
출시 날짜 2022-03-16
평점 4.83/5 총 6 개의 평점
개발자 https://votingsmarter.org
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.VotingSmarter.org/policies
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VotingSmarter",
    "description": "Vote & Shop Your Values!",
    "version": "0.10",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "storage",
        "tabs"
    ],
    "oauth2": {
        "client_id": "1064694884771-g1v3glm79iqi8vg2nc8a6981qo6853rp",
        "scopes": [
            "profile email"
        ]
    },
    "action": {
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.votingsmarteronboarding.com\/*"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "assets\/favicons\/logo48.png",
            "128": "assets\/favicons\/logo128.png"
        }
    },
    "icons": {
        "48": "assets\/favicons\/logo48.png",
        "128": "assets\/favicons\/logo128.png"
    }
}