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.

O que é 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á é uma extensão do Chrome desenvolvida por giasoc24h.com, e sua principal característica é "[R] Cung cấp danh sách các mã giảm giá cho từng sản phẩm trên Shopee.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GiaSoc24h.com - Tiện ích tìm kiếm mã giảm giá

Baixe arquivos de extensão GiaSoc24h.com - Tiện ích tìm kiếm mã giảm giá no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome 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
URL Oficial https://chromewebstore.google.com/detail/giasoc24hcom-ti%E1%BB%87n-%C3%ADch-t%C3%ACm/oocjpicgjbplfgfmpjlnliioknnaedfh
Descrição [R] Cung cấp danh sách các mã giảm giá cho từng sản phẩm trên Shopee.
Tamanho do Arquivo 79.5 KB
Contagem de Instalações 3,039
Versão Atual 1.3.0
Última Atualização 2022-10-11
Data de Publicação 2020-10-08
Classificação 4.12/5 Total de 25 Avaliações
Desenvolvedor giasoc24h.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://giasoc24h.com/ma-giam-gia-shopee
URL da Página de Política de Privacidade https://giasoc24h.com/privacy-policy
Idiomas Suportados 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';"
    }
}