Progressive Shopper

Progressive Shopper

Τι είναι το Progressive Shopper;

Το Progressive Shopper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Progressive Shopper, και η κύρια λειτουργία του είναι "Progressive Shopper".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Progressive Shopper

Λήψη αρχείων επέκτασης 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
Επίσημο 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": [
                ""
            ]
        }
    ]
}