VotingSmarter

Vote & Shop Your Values!

什么是VotingSmarter?

VotingSmarter是由https://votingsmarter.org开发的Chrome扩展程序,该扩展的主要功能是“Vote & Shop Your Values!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载VotingSmarter扩展crx文件

下载VotingSmarter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}