Shopperman

This extension rounds up the prices you see while doing online shopping.

Τι είναι το Shopperman;

Το Shopperman είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 3mammoth, και η κύρια λειτουργία του είναι "This extension rounds up the prices you see while doing online shopping.".

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

screenshot

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

Λήψη αρχείων επέκτασης Shopperman σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension rounds up the prices you see on shopping websites such as Amazon and eBay. If the listed price is $9.99, for example, Shopperman will round it up to $10.00. 

HOW SHOPPERMAN WILL SAVE YOU MONEY: charm pricing is a marketing strategy where retail prices are often expressed a little less than a round number, e.g. $19.99 or $2.95. Consumers tend to perceive “odd prices” as being significantly lower than they actually are, tending to round to the next lowest monetary unit. Thus, prices such as $1.99 are associated with spending $1 rather than $2. Now, with Shopperman, you will valuate a merchandise at its true value rather than falling into marketing gimmicks. 

You can choose which websites Shopperman will work on. It does not round up prices without your permission!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Shopperman Shopperman
ID ipkonlpcaongadngkconabefpclcbaai
Επίσημο URL https://chromewebstore.google.com/detail/shopperman/ipkonlpcaongadngkconabefpclcbaai
Περιγραφή This extension rounds up the prices you see while doing online shopping.
Μέγεθος Αρχείου 369 KB
Αριθμός Εγκαταστάσεων 12
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2015-04-19
Ημερομηνία Δημοσίευσης 2015-04-18
Αξιολόγηση 3.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής 3mammoth
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shopperman",
    "description": "This extension rounds up the prices you see while doing online shopping.",
    "version": "1.0.2",
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ]
}