Ethiq

Ethiq

Apa itu Ethiq?

Ethiq adalah ekstensi Chrome yang dikembangkan oleh https://ethiq.com, dan fitur utamanya adalah "Ethiq".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Ethiq

Unduh file ekstensi Ethiq dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Ethiq Ethiq
ID ledenamcmhhcjlolpkcglgcbbcjfmahg
URL Resmi https://chromewebstore.google.com/detail/ethiq/ledenamcmhhcjlolpkcglgcbbcjfmahg
Deskripsi Ethiq
Ukuran File 792 KB
Jumlah Instalasi 5,000
Versi Saat Ini 0.1.9
Terakhir Diperbarui 2023-08-08
Tanggal Publikasi 2022-01-09
Penilaian 5.00/5 Total 6 Penilaian
Pengembang https://ethiq.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.ethiq.com
URL Halaman Bantuan https://www.ethiq.com/about
URL Halaman Kebijakan Privasi https://www.ethiq.com/privacy
Bahasa yang Didukung 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
        }
    }
}