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!

Qu'est-ce que LichSuGiaVN ?

LichSuGiaVN est une extension Chrome développée par https://lichsugia.vn, et sa fonction principale est "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!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension LichSuGiaVN

Téléchargez les fichiers d'extension LichSuGiaVN 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

                        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.                    

Informations de Base sur l'Extension

Nom LichSuGiaVN LichSuGiaVN
ID alkalmfopmpfpapcdbimlihfoiilhlaf
URL Officiel 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!
Taille du Fichier 204 KB
Nombre d'Installations 272
Version Actuelle 1.1.2
Dernière Mise à Jour 2022-06-12
Date de Publication 2022-06-09
Développeur https://lichsugia.vn
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://lichsugia.vn/
URL de la Page d'Aide https://lichsugia.vn/gioi-thieu/
URL de la Page de Politique de Confidentialité https://lichsugia.vn/quyen-rieng-tu
Langues Prises en Charge 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"
        }
    ]
}