Sugar - Smart Shopping Assistant

Price tracking & monitoring for eCommerce

Τι είναι το Sugar - Smart Shopping Assistant;

Το Sugar - Smart Shopping Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.getsugar.io, και η κύρια λειτουργία του είναι "Price tracking & monitoring for eCommerce".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Sugar - Smart Shopping Assistant

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

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

                        Discover products' price history & monitor their prices, giving you a great chance to save time & money.

Sugar – Price History and price tracker for all of the 2.5 Billion products on eCommerce websites

Just get the Sugar to watch the Price History & Track prices to make the right decisions and become a smarter shopper with Sugar!

Whether you are looking for footwear, sneakers, fashion accessories, or electronics, new or used, discounted or full-priced.

Not sure if it's the right time to buy?

Add any item (or items) to your watchlist, and our AI-based algorithms will notify you when the price changes.

You can always find the right time to purchase with Sugar's price history & price tracking assistant!

With Sugar Chrome Extention, you can

- Discover every product's price history and trend.

- Price Alert - Get alerted when the price drops on any product you choose.

- Watchlist - Add items to your watchlist.

- Get an understanding of whether it's the right time to buy a product.

- Know if a product is overpriced.

In order to provide the service and inform you about product listed for sale as well as help you make smart purchase, we need to access and collect your click stream data, specifically: the products you add to your cart, the pages viewed and searches conducted

In addition, subject to your consent through the prominent notice, we will be accessing and collecting your web browsing data that includes information on:

- Product’s viewed and searched

- IP address

- information about your shopping cart (the items add/ removed to cart)

- information about your purchases.

We share this web browsing data in an aggregated, anonymized format with our affiliated companies and business partners for commercial use.

We wish to make it clear, we do not want to know your identity, preferences or any information about you personally, all as detailed in the privacy policy (https://www.getsugar.io/privacy/)                    

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

Όνομα Sugar - Smart Shopping Assistant Sugar - Smart Shopping Assistant
ID pgapfmffencbcimgokjghhlkolckkomb
Επίσημο URL https://chromewebstore.google.com/detail/sugar-smart-shopping-assi/pgapfmffencbcimgokjghhlkolckkomb
Περιγραφή Price tracking & monitoring for eCommerce
Μέγεθος Αρχείου 834 KB
Αριθμός Εγκαταστάσεων 24,501
Τρέχουσα Έκδοση 2.5.0
Τελευταία Ενημέρωση 2024-02-27
Ημερομηνία Δημοσίευσης 2021-12-30
Αξιολόγηση 4.64/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής https://www.getsugar.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.getsugar.io/
URL της Σελίδας Πολιτικής Απορρήτου https://www.getsugar.io/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sugar - Smart Shopping Assistant",
    "version": "2.5.0",
    "description": "Price tracking & monitoring for eCommerce",
    "homepage_url": "https:\/\/www.getsugar.io\/privacy\/",
    "manifest_version": 3,
    "action": {
        "default_icon": "icons\/icon_16.png",
        "default_title": "Sugar",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "ui.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "alarms",
        "storage",
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/libs\/extend-native-history-api.js",
                "\/libs\/requests.js",
                "\/fonts\/outfit\/font-outfit.css",
                "\/fonts\/outfit\/*.ttf"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    }
}