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ử

Qu'est-ce que Mã giảm giá Shopee, Tiki, Lazada ?

Mã giảm giá Shopee, Tiki, Lazada est une extension Chrome développée par https://giare.info, et sa fonction principale est "Tiện ích sưu tầm mã giảm giá Shopee và nhiều sàn thương mại điện tử".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mã giảm giá Shopee, Tiki, Lazada

Téléchargez les fichiers d'extension Mã giảm giá Shopee, Tiki, Lazada au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Mã giảm giá Shopee, Tiki, Lazada Mã giảm giá Shopee, Tiki, Lazada
ID mimimpdmconpfpfldpifihmdegicpegg
URL Officiel 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ử
Taille du Fichier 138 KB
Nombre d'Installations 196
Version Actuelle 3.0.3
Dernière Mise à Jour 2022-01-10
Date de Publication 2020-01-11
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://giare.info
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://giare.info
Langues Prises en Charge 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
}