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
官方網址 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
        }
    }
}