Shein Coupon Finder

The Chrome extension that finds Shein coupons in autopilot.

Τι είναι το Shein Coupon Finder;

Το Shein Coupon Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://alixblog.com, και η κύρια λειτουργία του είναι "The Chrome extension that finds Shein coupons in autopilot.".

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

screenshot
screenshot

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

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

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

                        This simple Chrome extension looks for available coupons for Shein

True, there are other extensions that do this for hundreds of stores but as a result miss hundred of existing codes. We’ve focused on only one store (we really like Shein) and we guarantee the most complete and updated database of Shein coupons.

The way it works is very simple: in the Shein checkout page you will be notified with the number of available coupons. Just click on "Check them all" and we will run through them automatically applying the highest discount to your shopping cart.

Time to start saving on Shein!                    

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

Όνομα Shein Coupon Finder Shein Coupon Finder
ID janmadmcipjiaoenfkimihamjfipgmee
Επίσημο URL https://chromewebstore.google.com/detail/shein-coupon-finder/janmadmcipjiaoenfkimihamjfipgmee
Περιγραφή The Chrome extension that finds Shein coupons in autopilot.
Μέγεθος Αρχείου 293 KB
Αριθμός Εγκαταστάσεων 56,576
Τρέχουσα Έκδοση 1.4.22
Τελευταία Ενημέρωση 2024-02-23
Ημερομηνία Δημοσίευσης 2021-11-09
Αξιολόγηση 4.08/5 Συνολικά 92 Αξιολογήσεις
Προγραμματιστής https://alixblog.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shein Coupon Finder",
    "description": "The Chrome extension that finds Shein coupons in autopilot.",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "24": "icon-24.png",
            "28": "icon-28.png",
            "32": "icon-32.png",
            "38": "icon-38.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.shein.com\/checkout*",
                "https:\/\/*.shein.com.mx\/checkout*",
                "https:\/\/www.shein.com.vn\/checkout*",
                "https:\/\/www.shein.com.hk\/checkout*",
                "https:\/\/www.shein.co.uk\/checkout*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "28": "icon-28.png",
        "32": "icon-32.png",
        "38": "icon-38.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-32.png"
            ],
            "matches": [
                "https:\/\/*.shein.com\/*",
                "https:\/\/*.shein.com.mx\/*"
            ]
        }
    ],
    "version": "1.4.22"
}