ShopCuber

Make your online shopping life easier!

ShopCuber là gì?

ShopCuber là một tiện ích mở rộng Chrome được phát triển bởi https://www.shopcuber.com, và tính năng chính của nó là "Make your online shopping life easier!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng ShopCuber 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

                        Offer the highest Cashback and best coupons for AliExpress purchases and you can earn money when you invite friends to use them together.

Install ShopCuber, you just have to shop at AliExpress as usual. Our plug-in will match the best coupons for you and the highest Cashback automatically, then you can buy your favorite products at the lowest price with a click of a mouse.

ShopCuber can save money for you and it can also help you make money, you can do the followings:

1.You will get rewards every time you invite a friend to join ShopCuber. Besides, you will receive 30% of their Cashback when they shop with ShopCuber.(of course, your friend's Cashback will not be affected).

2.Your friends invite his friends and you can receive 15% of their friends’ shopping Cashback.(Similarly, their friend’s Cashback will not be affected.)Wow! This is so cool, you can make a lot of money through it.

This browser extension uses Google Analytics to collect information about the usage of the extension, which helps us improve it.If you want to disable Google Analytics, visit the http://tools.google.com/dlpage/gaoptout
page and install the Google Analytics disable plug-in.

By installing the ShopCuber extension, you accept the terms of the User Agreement and are authorized to redirect you via the AliExpress affiliate program link.                    

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

Tên ShopCuber ShopCuber
ID eolchjlbahanhkkcplfcnipoplgeicji
URL Chính Thức https://chrome.google.com/webstore/detail/shopcuber/eolchjlbahanhkkcplfcnipoplgeicji
Mô tả Make your online shopping life easier!
Kích Thước Tệp 187 KB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 1.1.16
Cập Nhật Lần Cuối 2020-01-15
Ngày Phát Hành 2020-01-14
Đánh Giá 5.00/5 Tổng số 29 Đánh Giá
Nhà Phát Triển https://www.shopcuber.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.shopcuber.com
URL Trang Trợ Giúp https://www.shopcuber.com/useragr.html
URL Trang Chính Sách Bảo Mật https://www.shopcuber.com/useragr.html
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "1.1.16",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "32": "static\/icon\/icon32.png",
        "48": "static\/icon\/icon48.png",
        "128": "static\/icon\/icon128.png"
    },
    "browser_action": {
        "default_icon": "static\/icon\/icon32.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extDefaultDesc__"
    },
    "background": {
        "scripts": [
            "static\/js\/util\/jquery-1.8.3.js",
            "static\/js\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "static\/css\/animate.css",
                "static\/css\/content-script.css"
            ],
            "js": [
                "static\/js\/util\/jquery-1.8.3.js",
                "static\/js\/content\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*",
        "activeTab",
        "browser",
        "tabs",
        "storage",
        "webRequest",
        "cookies"
    ],
    "web_accessible_resources": [
        "static\/js\/util\/inject.js",
        "static\/icon\/shopcuberM.png"
    ]
}