PriceWise: Automatic Price Comparison

Save money and shop smarter with PriceWise, a free tool to help you with comparison shopping. Our browser extension automatically…

Τι είναι το PriceWise: Automatic Price Comparison;

Το PriceWise: Automatic Price Comparison είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PriceWise, και η κύρια λειτουργία του είναι "Save money and shop smarter with PriceWise, a free tool to help you with comparison shopping. Our browser extension automatically…".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PriceWise: Automatic Price Comparison

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

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

                        Save money and shop smarter with PriceWise, a free tool to help you with comparison shopping. Our browser extension automatically searches for similar products, using the product images you see when you shop.

Whether you're shopping for electronics, home goods, clothing, or anything in between, PriceWise ensures you're getting the absolute best value for your purchase. By leveraging advanced algorithms, PriceWise can find visually similar items when exact searching doesn't yield the results you need.

Key Features:

Real-Time Price Comparison: PriceWise scouts the web for you, comparing prices across multiple platforms to ensure you're getting the best deal possible while shopping on Amazon, Walmart, Target, and other major retailers.

Visual Search: Can't find the exact product you're looking for? No problem. PriceWise uses smart technology to identify visually similar items, expanding your range of choices.

Simple, User-Friendly Interface: We've designed PriceWise with simplicity in mind. Our intuitive interface makes it easy for you to navigate and find the best deals with just a few clicks.

Safe and Secure: Your privacy is our top priority. PriceWise operates with transparency and respect for user data. We don't sell or share your information.

Join the savvy shopping revolution today with PriceWise. Enjoy a smarter, more efficient, and money-saving shopping experience on Amazon. Download PriceWise now and never overpay again!

Visit our website for more information: https://bepricewise.com/                    

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

Όνομα PriceWise: Automatic Price Comparison PriceWise: Automatic Price Comparison
ID lldiifeeeecababmpmiohonblnjolfha
Επίσημο URL https://chromewebstore.google.com/detail/pricewise-automatic-price/lldiifeeeecababmpmiohonblnjolfha
Περιγραφή Save money and shop smarter with PriceWise, a free tool to help you with comparison shopping. Our browser extension automatically…
Μέγεθος Αρχείου 586 KB
Αριθμός Εγκαταστάσεων 45
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2023-08-21
Ημερομηνία Δημοσίευσης 2023-06-22
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής PriceWise
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://bepricewise.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.1",
    "name": "PriceWise: Automatic Price Comparison",
    "description": "",
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": {
            "16": ".\/src\/icons\/logo-16.png",
            "32": ".\/src\/icons\/logo-32.png",
            "48": ".\/src\/icons\/logo-48.png",
            "128": ".\/src\/icons\/logo-128.png"
        },
        "default_title": "PriceWise"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/src\/icons\/logo-16.png",
        "32": ".\/src\/icons\/logo-32.png",
        "48": ".\/src\/icons\/logo-48.png",
        "128": ".\/src\/icons\/logo-128.png"
    },
    "oauth2": {
        "client_id": "777998775976-eskgae30rcb3iab8u9ibv5ov267sf1hh.apps.googleusercontent.com",
        "scopes": []
    }
}