Ethiq

Ethiq

Hvad er Ethiq?

Ethiq er en Chrome-udvidelse udviklet af https://ethiq.com, og dens hovedfunktion er "Ethiq".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Ethiq-udvidelses-CRX-fil

Download Ethiq-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Ethiq Ethiq
ID ledenamcmhhcjlolpkcglgcbbcjfmahg
Officiel URL https://chromewebstore.google.com/detail/ethiq/ledenamcmhhcjlolpkcglgcbbcjfmahg
Beskrivelse Ethiq
Filstørrelse 792 KB
Antal Installationer 5,000
Nuværende Version 0.1.9
Senest Opdateret 2023-08-08
Udgivelsesdato 2022-01-09
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler https://ethiq.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.ethiq.com
Hjælpeside-URL https://www.ethiq.com/about
URL til Fortrolighedspolitik Side https://www.ethiq.com/privacy
Understøttede Sprog 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
        }
    }
}