Simple Price Alerts

Price alerts: don't miss any more special offers / flash sales.

Τι είναι το Simple Price Alerts;

Το Simple Price Alerts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Adrien BERNARD, και η κύρια λειτουργία του είναι "Price alerts: don't miss any more special offers / flash sales.".

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

screenshot
screenshot

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

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

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

                        Simple and easy!  NO registration, NO mail requested!

Create price alerts / price trakers with a single click on main e-commerce websites. Prices are automatically and regularly checked. Manage your price alerts.

Some supported websites :
- Aliexpress
- Amazon (Perfect companion of Keepa with no registration for price alerts)
- Banggood
- eBay
- Geekbuying
etc.

If you want more compatible e-commerce websites, put 5 stars and list them in comments :)

---

Technical and functional transparency:

- Simple Price Alerts periodically checks the price of selected products. Delay between two checks can be configured: 1hr (by default) or 12hr.

- According to the latest Google's recommendations, Simple Price Alerts uses the secure Fetch API to download needed data.

- A developer mode allows to consult logs of background fetched url.

- Simple Price Alerts may provide links to affiliated products. This feature can be disabled in the user interface settings.

- Simple Price Alerts requires read and write rights on consulted pages for checking displayed products prices and add a notification bell directly on pages.                    

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

Όνομα Simple Price Alerts Simple Price Alerts
ID jpdelbgadaccijgjnbieffnoigmfandp
Επίσημο URL https://chromewebstore.google.com/detail/simple-price-alerts/jpdelbgadaccijgjnbieffnoigmfandp
Περιγραφή Price alerts: don't miss any more special offers / flash sales.
Μέγεθος Αρχείου 534 KB
Αριθμός Εγκαταστάσεων 1,285
Τρέχουσα Έκδοση 1.4.0
Τελευταία Ενημέρωση 2022-12-29
Ημερομηνία Δημοσίευσης 2021-02-26
Αξιολόγηση 4.08/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής Adrien BERNARD
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/actif-16.png",
        "32": "icons\/actif-32.png",
        "48": "icons\/actif-48.png",
        "128": "icons\/actif-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib.js",
                "parameters.js",
                "sellersParsing.js",
                "sellerPage.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.png",
                "images\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "128": "icons\/inactif-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Simple Price Alerts"
    }
}