PriceStarz

Turn your browser into a comparison shopping engine.

Τι είναι το PriceStarz;

Το PriceStarz είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pricestarz.com, και η κύρια λειτουργία του είναι "Turn your browser into a comparison shopping engine.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Save time, save money with PriceStarz!

When you find a product you love, simply open a PriceStarz panel to get the comprehensive list of offers and deals.

PriceStarz checks prices and stock in real time and will automatically find the best price for a product, so you don't have to. 

No more hidden costs. Shipping? Sale taxes? We will calculate them for you.
The best offer is truly the best.

Get deals and coupon codes. PriceStarz has the hottest deals and coupon codes from thousands of stores. Not only that, on checkout PriceStarz will automatically apply the best coupon.

It's simple and free for everyone. Just install it in your browser and it will run without disturbing you.

Checkout our Privacy policy: https://www.pricestarz.com/privacy                    

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

Όνομα PriceStarz PriceStarz
ID gipjcdgebkeigeogbcfjnckegocnnpbd
Επίσημο URL https://chromewebstore.google.com/detail/pricestarz/gipjcdgebkeigeogbcfjnckegocnnpbd
Περιγραφή Turn your browser into a comparison shopping engine.
Μέγεθος Αρχείου 513 KB
Αριθμός Εγκαταστάσεων 356
Τρέχουσα Έκδοση 2.21.1
Τελευταία Ενημέρωση 2021-07-04
Ημερομηνία Δημοσίευσης 2020-04-18
Αξιολόγηση 4.75/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής https://pricestarz.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.pricestarz.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.pricestarz.com/pricestarz_extension
URL της Σελίδας Πολιτικής Απορρήτου http://www.pricestarz.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PriceStarz",
    "version": "2.21.1",
    "description": "Turn your browser into a comparison shopping engine.",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "priceStarz_19_idle.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "16": "priceStarz_16.png",
        "48": "priceStarz_48.png",
        "128": "priceStarz_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "priceStarz_logo.png",
        "priceStarz_noImage.png",
        "priceStarz_spinner.gif",
        "priceStarz_19.png",
        "priceStarz_exp_stars.gif"
    ]
}