Revolut Shopper

Faster, safer, smarter. Revolut Shopper transforms the way you buy online.

Τι είναι το Revolut Shopper;

Το Revolut Shopper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Revolut Ltd, και η κύρια λειτουργία του είναι "Faster, safer, smarter. Revolut Shopper transforms the way you buy online.".

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

screenshot
screenshot

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

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

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

                        Faster, safer, smarter. Revolut Shopper transforms the way you buy online.
Meet Revolut Shopper, the new browser extension from Revolut, the financial super app trusted by more than 25 million people worldwide. 

Check out in a click faster than ever
Make it easy to shop deals from different websites: just autofill your card number and skip adding your details every checkout. With Shopper, you can finish without any pit stops!

Single-use cards for extra protection
Stay secure with a unique card number for every spend. With your real card details hidden, safe from hackers and fraudsters, you’re free to treat yourself without any worry

You’re in the driver’s seat
With Shopper, you call the shots. Set your own spending limits, and freeze or unfreeze a card anytime. You can also customise each card’s color and name, to tell them apart easily!


Ready to get started? Grab your laptop and add Shopper to your browser to enjoy fast, stress-free online payments.

Any questions, check out our FAQs or reach out via the in-app chat. Happy shopping!


Next steps

✓  Add Revolut Shopper to Chrome - it’s free! 

✓  Once you’ve logged in, go shopping as usual. At checkout, choose which card you want to pay with. 

✓  Single-use virtual cards are perfect for adding security on unfamiliar merchant websites or when you make a big purchase. 

✓  Multi-use virtual cards are ideal for managing all your different subscriptions so you’re always in control. 

✓  Your card details are autofilled at checkout so there’s no need to hunt around for your wallet!                    

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

Όνομα Revolut Shopper Revolut Shopper
ID hdlehfdjcalidklijenibmpcdgjfmafn
Επίσημο URL https://chromewebstore.google.com/detail/revolut-shopper/hdlehfdjcalidklijenibmpcdgjfmafn
Περιγραφή Faster, safer, smarter. Revolut Shopper transforms the way you buy online.
Μέγεθος Αρχείου 1.6 MB
Αριθμός Εγκαταστάσεων 138,593
Τρέχουσα Έκδοση 3.8.0
Τελευταία Ενημέρωση 2023-12-12
Ημερομηνία Δημοσίευσης 2021-05-08
Αξιολόγηση 2.69/5 Συνολικά 211 Αξιολογήσεις
Προγραμματιστής Revolut Ltd
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.revolut.com/revolut-shopper
Διεύθυνση URL της Σελίδας Βοήθειας https://www.revolut.com/contact-us
URL της Σελίδας Πολιτικής Απορρήτου https://www.revolut.com/legal/privacy
Υποστηριζόμενες Γλώσσες de,en,en-US,fr,nl,no,tr,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "3.8.0",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "permissions": [
        "storage",
        "privacy"
    ],
    "externally_connectable": {
        "matches": [],
        "accepts_tls_channel_id": false
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/revolut.com",
    "icons": {
        "16": "icons\/revolut-b-16.png",
        "32": "icons\/revolut-b-32.png",
        "48": "icons\/revolut-b-48.png",
        "64": "icons\/revolut-b-64.png",
        "128": "icons\/revolut-b-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "foreground.html?popup=true",
        "default_icon": {
            "16": "icons\/revolut-b-16.png",
            "32": "icons\/revolut-b-32.png",
            "48": "icons\/revolut-b-48.png",
            "64": "icons\/revolut-b-64.png",
            "128": "icons\/revolut-b-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "foreground.html",
                "dropdown.html",
                "centered.html",
                "cardBadge.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ]
}