VotingSmarter

Vote & Shop Your Values!

VotingSmarter là gì?

VotingSmarter là một tiện ích mở rộng Chrome được phát triển bởi https://votingsmarter.org, và tính năng chính của nó là "Vote & Shop Your Values!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VotingSmarter

Tải xuống các tệp mở rộng VotingSmarter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VotingSmarter VotingSmarter
ID hkolhebbbgddjgekpkohnollofaijncj
URL Chính Thức https://chromewebstore.google.com/detail/votingsmarter/hkolhebbbgddjgekpkohnollofaijncj
Mô tả Vote & Shop Your Values!
Kích Thước Tệp 1.3 MB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 0.10
Cập Nhật Lần Cuối 2022-03-28
Ngày Phát Hành 2022-03-16
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://votingsmarter.org
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.VotingSmarter.org/policies
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}