Ethiq

Ethiq

Co to jest Ethiq?

Ethiq to rozszerzenie Chrome opracowane przez https://ethiq.com, a jego główną funkcją jest „Ethiq”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Ethiq

Pobierz pliki rozszerzeń Ethiq w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Ethiq’s Chrome Extension empowers you to easily see the financial connections between corporations and politicians. The goal of this extension is to deliver objective, non-partisan and actionable information on the relationships between our representatives and corporations involved in the US political process.
 
This free, easy-to-use extension scans each web page you visit for references to any Fortune® 1000 corporation or the 535 federal-level politicians (US House and Senate). 
 
A counter at the top right of your browser displays the number of entities found. Clicking on the extension badge opens up a window that displays these entities. 
 
*** We recommend you ensure the blue “pin” to the right of this badge is enabled so you may see this counter in action.
 
• Click on a corporation, and see the politicians that corporation allocated money to.
• Click on a politician, and see the corporations that politicians received money from.
• Use the extension’s search feature to look up a corporation / politician of your choice.
 
The extension also allows you to:
 
• Filter results by year.
• Easily contact a corporation or politician with up-to-date Twitter, Facebook and URL links.
 
Ethiq’s data are primarily sourced from publicly available Federal Election Commission and IRS 527 filings.
 
Ethiq is ideologically neutral. Transparency is the mission of this project. We are not attempting to make any claims that the relationships between corporations and politicians highlighted by our software are “good” or “bad.” We do, however, hope you find this information useful and additive to your web experience.
 
Ethiq welcomes your feedback. Please email us at [email protected].
 
Ethiq’s privacy policy is accessible at: https://www.ethiq.com/privacy
Ethiq’s terms of service is accessible at: ​​https://www.ethiq.com/terms                    

Podstawowe informacje o rozszerzeniu

Nazwa Ethiq Ethiq
ID ledenamcmhhcjlolpkcglgcbbcjfmahg
Oficjalny URL https://chromewebstore.google.com/detail/ethiq/ledenamcmhhcjlolpkcglgcbbcjfmahg
Opis Ethiq
Rozmiar pliku 792 KB
Liczba instalacji 5,000
Aktualna Wersja 0.1.9
Ostatnia Aktualizacja 2023-08-08
Data Publikacji 2022-01-09
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper https://ethiq.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.ethiq.com
Adres URL Strony Pomocy https://www.ethiq.com/about
Adres URL Strony Polityki Prywatności https://www.ethiq.com/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.9",
    "short_name": "Ethiq",
    "name": "Ethiq",
    "description": "Ethiq",
    "browser_action": {
        "default_title": "Ethiq",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com; object-src 'self'",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        },
        "edge": {
            "browser_action_next_to_addressbar": true
        }
    }
}