Progressive Shopper

Progressive Shopper

什麼是Progressive Shopper?

Progressive Shopper是由Progressive Shopper開發的Chrome擴展程式,該擴展的主要功能是“Progressive Shopper”。

擴展截圖

screenshot

下載Progressive Shopper擴展crx文件

下載Progressive Shopper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        WE DO NOT COLLECT YOUR NAME, EMAIL ADDRESS, OR OTHER SENSITIVE PERSONALLY IDENTIFIABLE INFORMATION. The notice you will see is from Google and the wording is outside of our control. 

Progressive Shopper provides an easy way to keep track of the political contributions made by the companies you shop at.  For any website where we have data - we will show a small ribbon on the right-hand side of the browser that will be:

Green: They mostly support Democrats
Yellow: They are bipartisan in their contributions
Red: They mostly give to Republicans

By clicking on the ribbon you get a wealth of information about the brands - as well as information on which competitors might better match your values.  

Please note that if the user chooses to click on a competitor, they may be redirected to the brands' sites via affiliate links.

The privacy policy for this extension is available at http://privacy.progressiveshopper.com                    

擴展基本資訊

名稱 Progressive Shopper Progressive Shopper
ID lpepilhibhaofjfjaikofinbbjcnhpfk
官方網址 https://chromewebstore.google.com/detail/progressive-shopper/lpepilhibhaofjfjaikofinbbjcnhpfk
簡介 Progressive Shopper
檔案大小 712 KB
安裝次數 10,000
目前版本 0.1.8
更新時間 2022-08-11
上架時間 2020-06-30
評分 3.86/5 共 21 次評分
開發者 Progressive Shopper
電子郵箱 [email protected]
付費類型 free
擴展官網 https://progressiveshopper.com
隱私政策頁面URL http://privacy.shopforcause.io
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Progressive Shopper",
    "name": "Progressive Shopper",
    "description": "Progressive Shopper",
    "action": {
        "default_title": "Progressive Shopper",
        "default_icon": {
            "16": "static\/images\/icon16.png",
            "48": "static\/images\/icon48.png",
            "128": "static\/images\/icon128.png"
        }
    },
    "manifest_version": 3,
    "version": "0.1.8",
    "author": "",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/library\/jquery.js",
                "static\/js\/contentscript.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "static\/js\/eventPage.js"
    },
    "permissions": [],
    "icons": {
        "16": "static\/images\/icon16.png",
        "48": "static\/images\/icon48.png",
        "128": "static\/images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "index.html?type=ribbon"
            ],
            "matches": [
                ""
            ]
        }
    ]
}