VoucherPro

Do not overpay for your purchases. VoucherPro will automatically find out relevent voucher codes when you shop online!

Τι είναι το VoucherPro;

Το VoucherPro είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.voucherpro.co.uk, και η κύρια λειτουργία του είναι "Do not overpay for your purchases. VoucherPro will automatically find out relevent voucher codes when you shop online!".

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

screenshot
screenshot
screenshot

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

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

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

                        Overview

VoucherPro is publisher portal displaying and promoting thousands of the offers, discounts, vouchers and deals from several participating stores and the affiliate networks. For any advertiser, it is a challenge to showcase the offers visible, and it is for this reason why many people don’t take full advantage of them. 

Our team has developed the Chrome extension that finds discounts on various advertiser stores, supported by the popular affiliate networks.  This Chrome extension will search for available coupons and discounts whilst you are browsing a store. This personal shopping assistant will ensure you save a few bucks and get the best deals every time you purchase from the stores with offers.

Just install the extension and on every product page it will automatically start searching for the best coupons and discounts available. When an offer is detected, it will badge on the icon with instructions on how to grab it. We can search offers for you from almost every website you go for shopping. 

Thanks to this free extension you will be able to save a few bucks on many of your purchases, especially on the products that are in the medium to high price range (there are usually not many discounts or coupons available for extremely cheap products).

Extension options:

The extension will display a table in every product page, offers on different categories and stores and an intelligent search feature. You would be able to see the type of coupon (e.g. Discount, Coupons, Deals and Promo Codes), with an explanation about how to get them.

We’ll certainly be adding new features soon. Feel free to send us comments, complaints or suggestions to [email protected]

Enjoy your shopping!                    

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

Όνομα VoucherPro VoucherPro
ID ckembflbnnliobogkogdjfmheoojojco
Επίσημο URL https://chrome.google.com/webstore/detail/voucherpro/ckembflbnnliobogkogdjfmheoojojco
Περιγραφή Do not overpay for your purchases. VoucherPro will automatically find out relevent voucher codes when you shop online!
Μέγεθος Αρχείου 89.61 KB
Αριθμός Εγκαταστάσεων 11
Τρέχουσα Έκδοση 2.1
Τελευταία Ενημέρωση 2020-03-25
Ημερομηνία Δημοσίευσης 2020-03-25
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://www.voucherpro.co.uk
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.voucherpro.co.uk/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.voucherpro.co.uk/contact
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VoucherPro",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Do not overpay for your purchases. VoucherPro will automatically find out relevent voucher codes when you shop online!",
    "icons": {
        "128": "off-icon.png"
    },
    "background": {
        "scripts": [
            "background_script.js"
        ],
        "persistent": false
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "activeTab",
        "storage",
        "https:\/\/www.voucherpro.co.uk\/"
    ],
    "browser_action": {
        "default_icon": "off-icon.png",
        "default_popup": "popup.html"
    }
}