VotingSmarter

Vote & Shop Your Values!

Was ist VotingSmarter?

VotingSmarter ist eine Chrome-Erweiterung, die von https://votingsmarter.org entwickelt wurde, und ihr Hauptmerkmal ist "Vote & Shop Your Values!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

VotingSmarter-Erweiterungs-CRX-Datei herunterladen

Laden Sie VotingSmarter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name VotingSmarter VotingSmarter
ID hkolhebbbgddjgekpkohnollofaijncj
Offizielle URL https://chromewebstore.google.com/detail/votingsmarter/hkolhebbbgddjgekpkohnollofaijncj
Beschreibung Vote & Shop Your Values!
Dateigröße 1.3 MB
Installationsanzahl 118
Aktuelle Version 0.10
Letztes Update 2022-03-28
Veröffentlichungsdatum 2022-03-16
Bewertung 4.83/5 Insgesamt 6 Bewertungen
Entwickler https://votingsmarter.org
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://www.VotingSmarter.org/policies
Unterstützte Sprachen 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"
    }
}