Voucher Codes CoupoRando

The CoupoRando addon automatically notifies you about special voucher codes, coupons, and discounts while you're shopping.

Voucher Codes CoupoRando là gì?

Voucher Codes CoupoRando là một tiện ích mở rộng Chrome được phát triển bởi http://couporando.de, và tính năng chính của nó là "The CoupoRando addon automatically notifies you about special voucher codes, coupons, and discounts while you're shopping.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Voucher Codes CoupoRando

Tải xuống các tệp mở rộng Voucher Codes CoupoRando dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Couporando voucher codes is an add-on which will help you stay up-to-date with all the promotions and great deals for your favourite shops.

Our Voucher Code addon tool also available on http://www.couporando.co.uk/ is second to none, as it contains a huge number of offers from online stores, and is fast and extremely simple to use. Once you visit a shop from our add-on, you'll instantaneously receive informationcabout the best bargains, coupons and voucher codes available at the store.

Additionally, the add-on is compatible with Firefox, Chrome and Opera browsers. 

Still not enough? How about 3 different language versions - Polish, German and English? It'll even give you a chance to shop abroad as well!

How does the Couporando Voucher Codes add-on work?
It's dead easy. After you open a shop's page, you'll see a blue bar showing you all bargains available at that store. You can extend the dropdown menu to learn more about each offer and choose the one that suits your needs the most. After that you'll be redirected to the Couporando website so that you can learn more on how to use the promotion or redeem the voucher code.
Isn't it easy? 

Thanks to our tool you'll never overpay again!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Voucher Codes CoupoRando Voucher Codes CoupoRando
ID kejlblibppncfempjaapkcjknpfdigbj
URL Chính Thức https://chrome.google.com/webstore/detail/voucher-codes-couporando/kejlblibppncfempjaapkcjknpfdigbj
Mô tả The CoupoRando addon automatically notifies you about special voucher codes, coupons, and discounts while you're shopping.
Kích Thước Tệp 80.08 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 1.1.14
Cập Nhật Lần Cuối 2015-07-17
Ngày Phát Hành 2015-07-17
Nhà Phát Triển http://couporando.de
Loại Thanh Toán free
Trang Web Mở Rộng http://www.couporando.de/
Ngôn Ngữ Được Hỗ Trợ de,en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.1.14",
    "background": {
        "persistent": false,
        "scripts": [
            "background\/script_eventPage.js",
            "background\/ga.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content\/style_content.css"
            ],
            "js": [
                "content\/jquery-1.11.3.min.js",
                "content\/script_google.js",
                "content\/script_content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options\/options.html",
    "icons": {
        "128": "images\/logo_128.png",
        "64": "images\/logo_64.png",
        "48": "images\/logo_48.png",
        "16": "images\/logo_16.png"
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/logo_128.png",
        "images\/arrow.png",
        "images\/settings_icon.png",
        "images\/more.png",
        "images\/more_h.png",
        "options\/options.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}