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!

Cos'è LichSuGiaVN?

LichSuGiaVN è un'estensione di Chrome sviluppata da https://lichsugia.vn, e la sua funzione principale è "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!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione LichSuGiaVN

Scarica i file di estensione LichSuGiaVN in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome LichSuGiaVN LichSuGiaVN
ID alkalmfopmpfpapcdbimlihfoiilhlaf
URL Ufficiale https://chromewebstore.google.com/detail/lichsugiavn/alkalmfopmpfpapcdbimlihfoiilhlaf
Descrizione 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!
Dimensione del File 204 KB
Conteggio Installazioni 272
Versione Corrente 1.1.2
Ultimo Aggiornamento 2022-06-12
Data di Pubblicazione 2022-06-09
Sviluppatore https://lichsugia.vn
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://lichsugia.vn/
URL della Pagina di Aiuto https://lichsugia.vn/gioi-thieu/
URL della Pagina della Politica sulla Privacy https://lichsugia.vn/quyen-rieng-tu
Lingue Supportate 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"
        }
    ]
}