LichSuGiaVN

Trợ lý phục vụ Bạn xem lịch sử giá, phân tích biểu đồ tăng giảm giá bán sản phẩm khi mua sắm online giúp mua sắm với giá tốt hơn!

What is LichSuGiaVN?

LichSuGiaVN is a Chrome extension developed by https://lichsugia.vn, and its main feature is "Trợ lý phục vụ Bạn xem lịch sử giá, phân tích biểu đồ tăng giảm giá bán sản phẩm khi mua sắm online giúp mua sắm với giá tốt hơn!".

Extension Screenshots

screenshot
screenshot

Download LichSuGiaVN Extension CRX File

Download LichSuGiaVN 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

                        Hỗ trợ xem lịch sử tăng hoặc giảm giá bán sản phẩm khi mua sắm online trên các sàn thương mại điện tử, website mua sắm phổ biến tại Việt Nam.

➥ Biểu đồ trực quan thời điểm giá tăng hoặc giảm cập nhật hàng ngày tại một số đơn vị. Điều này hỗ trợ bạn phân tích được thời điểm nào giá tốt và tránh thời điểm giá đang quá cao.

➥ Có thể lưu trữ danh sách sản phẩm cần theo dõi lịch sử giá trực quan giữa các thời điểm trước khi quyết định đặt mua.

➥ Có thể tự động tính toán và gợi ý giá bán tốt nhất dựa vào dữ liệu phân tích lịch sử giá, thử áp mã giảm giá, ưu đãi có tại trang chi tiết sản phẩm (tùy đơn vị).
______________________________________
✅Cập nhật lỗi & tính năng
📌Phiên bản 1.1.2
      ✔ Sửa lỗi không lưu được liên kết Theo dõi khi đang xem thông tin chi tiết sản phẩm.                    

Extension Basic Information

Name LichSuGiaVN LichSuGiaVN
ID alkalmfopmpfpapcdbimlihfoiilhlaf
Official URL https://chromewebstore.google.com/detail/lichsugiavn/alkalmfopmpfpapcdbimlihfoiilhlaf
Description Trợ lý phục vụ Bạn xem lịch sử giá, phân tích biểu đồ tăng giảm giá bán sản phẩm khi mua sắm online giúp mua sắm với giá tốt hơn!
File Size 204 KB
Installation Count 272
Current Version 1.1.2
Last Updated 2022-06-12
Publish Date 2022-06-09
Developer https://lichsugia.vn
Email [email protected]
Payment Type free
Extension Website https://lichsugia.vn/
Help Page URL https://lichsugia.vn/gioi-thieu/
Privacy Policy Page URL https://lichsugia.vn/quyen-rieng-tu
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LichSuGiaVN",
    "short_name": "LichSuGiaVN",
    "description": "Tr\u1ee3 l\u00fd ph\u1ee5c v\u1ee5 B\u1ea1n xem l\u1ecbch s\u1eed gi\u00e1, ph\u00e2n t\u00edch bi\u1ec3u \u0111\u1ed3 t\u0103ng gi\u1ea3m gi\u00e1 b\u00e1n s\u1ea3n ph\u1ea9m khi mua s\u1eafm online gi\u00fap mua s\u1eafm v\u1edbi gi\u00e1 t\u1ed1t h\u01a1n!",
    "version": "1.1.2",
    "manifest_version": 3,
    "action": {
        "default_icon": "img\/icon-16.png",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/*.lichsugia.vn\/*",
        "*:\/\/*.thegioididong.com\/*",
        "*:\/\/*.dienmayxanh.com\/*",
        "*:\/\/*.tiki.vn\/*",
        "*:\/\/*.concung.com\/*",
        "*:\/\/*.fahasa.com\/*",
        "*:\/\/*.shopee.vn\/*",
        "*:\/\/*.lazada.vn\/*"
    ],
    "background": {
        "matches": [
            ""
        ],
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "img\/icon-16.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/icon-16.png",
                "lichsugia.vn.html"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/jquery-3.1.1.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}