Covvet

Get sale alerts on the things you want.

Τι είναι το Covvet;

Το Covvet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.covvet.com, και η κύρια λειτουργία του είναι "Get sale alerts on the things you want.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Covvet is an online wishlist for the things you want.  Save products from just about any web site and Covvet will monitor the price and let you know when your item goes on sale.

No more missing out on getting the things you want at the price you want and no more inboxes full of promotions you don't care about.                    

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

Όνομα Covvet Covvet
ID jomdondboadgkioaojmpdmjledidffde
Επίσημο URL https://chromewebstore.google.com/detail/covvet/jomdondboadgkioaojmpdmjledidffde
Περιγραφή Get sale alerts on the things you want.
Μέγεθος Αρχείου 481 KB
Αριθμός Εγκαταστάσεων 812
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2023-12-06
Ημερομηνία Δημοσίευσης 2018-12-05
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://www.covvet.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.covvet.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.covvet.com/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Covvet",
    "description": "Get sale alerts on the things you want.",
    "version": "2.0",
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "save.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}