VotingSmarter

Vote & Shop Your Values!

Что такое VotingSmarter?

VotingSmarter - это расширение Chrome, разработанное https://votingsmarter.org, и его основная функция - "Vote & Shop Your Values!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения VotingSmarter

Скачайте файлы расширений 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"
    }
}