GiaSoc24h.com - Tiện ích tìm kiếm mã giảm giá

[R] Cung cấp danh sách các mã giảm giá cho từng sản phẩm trên Shopee.

What is GiaSoc24h.com - Tiện ích tìm kiếm mã giảm giá?

GiaSoc24h.com - Tiện ích tìm kiếm mã giảm giá is a Chrome extension developed by giasoc24h.com, and its main feature is "[R] Cung cấp danh sách các mã giảm giá cho từng sản phẩm trên Shopee.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download GiaSoc24h.com - Tiện ích tìm kiếm mã giảm giá Extension CRX File

Download GiaSoc24h.com - Tiện ích tìm kiếm mã giảm giá 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

                        Cung cấp danh sách thông tin các mã giảm giá Shopee, mã miễn phí vận chuyển, mã miễn phí vận chuyển có thể áp dụng cho mỗi sản phẩm trên Shopee.
* Sử dụng phiên bản web khi tìm kiếm trên thiết bị di động:
https://giasoc24h.com/ma-giam-gia-shopee
----------------------------------------------------
Nội dung cập nhật
* Phiên bản 1.3.0
- Manifest V3
- Sửa lỗi

* Phiên bản 1.2.1
- Thêm tính năng hiển thị giá trước Flash Sale (trong trang sản phẩm) đối với các sản phẩm đang Flash Sale
- Cải thiện hiệu suất

* Phiên bản 1.2.0
- Cải thiện tốc độ tìm kiếm

Nội dung cập nhật
* Phiên bản 1.1.1
- Sửa lỗi

* Phiên bản 1.1.0
- Thêm tính năng hiển thị nâng cao Flash Sale
- Sửa lỗi

* Phiên bản 1.0.10
- Sửa lỗi

* Phiên bản 1.0.9
- Sửa lỗi

* Phiên bản 1.0.8
- Sửa lỗi

* Phiên bản 1.0.7
- Sửa lỗi

* Phiên bản 1.0.6
- Sửa lỗi

* Phiên bản 1.0.5
- Sửa lỗi

* Phiên bản 1.0.4
- Sửa lỗi

* Phiên bản 1.0.3
- Sửa lỗi

* Phiên bản 1.0.2
- Thêm tính năng tìm kiếm sản phẩm liên quan

* Phiên bản 1.0.1
- Sửa lỗi lưu mã miễn phí vận chuyển

* Phiên bản 1.0.0
- Tạo mới                    

Extension Basic Information

Name GiaSoc24h.com - Tiện ích tìm kiếm mã giảm giá GiaSoc24h.com - Tiện ích tìm kiếm mã giảm giá
ID oocjpicgjbplfgfmpjlnliioknnaedfh
Official URL https://chromewebstore.google.com/detail/giasoc24hcom-ti%E1%BB%87n-%C3%ADch-t%C3%ACm/oocjpicgjbplfgfmpjlnliioknnaedfh
Description [R] Cung cấp danh sách các mã giảm giá cho từng sản phẩm trên Shopee.
File Size 79.5 KB
Installation Count 3,039
Current Version 1.3.0
Last Updated 2022-10-11
Publish Date 2020-10-08
Rating 4.12/5 Total 25 Ratings
Developer giasoc24h.com
Email [email protected]
Payment Type free
Extension Website https://giasoc24h.com/ma-giam-gia-shopee
Privacy Policy Page URL https://giasoc24h.com/privacy-policy
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GiaSoc24h.com - Ti\u1ec7n \u00edch t\u00ecm ki\u1ebfm m\u00e3 gi\u1ea3m gi\u00e1",
    "description": "[R] Cung c\u1ea5p danh s\u00e1ch c\u00e1c m\u00e3 gi\u1ea3m gi\u00e1 cho t\u1eebng s\u1ea3n ph\u1ea9m tr\u00ean Shopee.",
    "version": "1.3.0",
    "action": {
        "default_icon": "images\/icon19.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/shopee.vn\/*",
        "https:\/\/giasoc24h.com\/api\/v1\/shopee\/*",
        "https:\/\/api2.giasoc24h.com\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/lib\/zepto.min.js",
                "js\/contentscripts.js"
            ],
            "matches": [
                "https:\/\/shopee.vn\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject\/script.js"
            ],
            "matches": [
                "https:\/\/shopee.vn\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
    }
}