Mã giảm giá Shopee, Tiki, Lazada

Tiện ích sưu tầm mã giảm giá Shopee và nhiều sàn thương mại điện tử

What is Mã giảm giá Shopee, Tiki, Lazada?

Mã giảm giá Shopee, Tiki, Lazada is a Chrome extension developed by https://giare.info, and its main feature is "Tiện ích sưu tầm mã giảm giá Shopee và nhiều sàn thương mại điện tử".

Extension Screenshots

screenshot

Download Mã giảm giá Shopee, Tiki, Lazada Extension CRX File

Download Mã giảm giá Shopee, Tiki, Lazada extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        I. Tính năng
1.1 Tổng hợp mã giảm giá của tất cả các sàn lớn
- Mã giảm giá của các sàn TMDT lớn như Shopee, Lazada, Tiki, Sendo được cập nhật liên tục

1.2 Chỉ chọn lọc "Mã Ngon"
- "Mã Ngon" được định nghĩa là những mã có giá trị lớn, khi áp dụng sẽ giảm được nhiều tiền cho giỏ hàng của bạn                    

Extension Basic Information

Name Mã giảm giá Shopee, Tiki, Lazada Mã giảm giá Shopee, Tiki, Lazada
ID mimimpdmconpfpfldpifihmdegicpegg
Official URL https://chromewebstore.google.com/detail/m%C3%A3-gi%E1%BA%A3m-gi%C3%A1-shopee-tiki-l/mimimpdmconpfpfldpifihmdegicpegg
Description Tiện ích sưu tầm mã giảm giá Shopee và nhiều sàn thương mại điện tử
File Size 138 KB
Installation Count 196
Current Version 3.0.3
Last Updated 2022-01-10
Publish Date 2020-01-11
Rating 3.00/5 Total 2 Ratings
Developer https://giare.info
Email [email protected]
Payment Type free
Extension Website https://giare.info
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "M\u00e3 gi\u1ea3m gi\u00e1 Shopee, Tiki, Lazada",
    "description": "Ti\u1ec7n \u00edch s\u01b0u t\u1ea7m m\u00e3 gi\u1ea3m gi\u00e1 Shopee v\u00e0 nhi\u1ec1u s\u00e0n th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed",
    "version": "3.0.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "https:\/\/shopee.vn\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/shopee.vn\/*"
            ],
            "css": [
                "app\/AppWindow.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "app\/bubble.js",
        "app\/AppWindow.js",
        "app\/vendor.js",
        "img\/*.png",
        "img\/*.jpg"
    ],
    "manifest_version": 2
}