Ethiq

Ethiq

什么是Ethiq?

Ethiq是由https://ethiq.com开发的Chrome扩展程序,该扩展的主要功能是“Ethiq”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Ethiq扩展crx文件

下载Ethiq扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Ethiq Ethiq
ID ledenamcmhhcjlolpkcglgcbbcjfmahg
官方URL https://chromewebstore.google.com/detail/ethiq/ledenamcmhhcjlolpkcglgcbbcjfmahg
简介 Ethiq
文件大小 792 KB
安装次数 5,000
当前版本 0.1.9
更新时间 2023-08-08
上架时间 2022-01-09
评分 5.00/5 共6次评分
开发者 https://ethiq.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.ethiq.com
帮助页面URL https://www.ethiq.com/about
隐私政策页面URL https://www.ethiq.com/privacy
支持的语言 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
        }
    }
}