Progressive Shopper

Progressive Shopper

Progressive Shopper क्या है?

Progressive Shopper Progressive Shopper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Progressive Shopper"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Progressive Shopper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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": [
                ""
            ]
        }
    ]
}