Soi Giá Việt

Xem lịch sử giá sản phẩm trên tiki, shopee.

ما هو Soi Giá Việt؟

Soi Giá Việt هو إضافة Chrome تم تطويرها بواسطة https://giamgiatonghop.com، والميزة الرئيسية لها هي "Xem lịch sử giá sản phẩm trên tiki, shopee.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Soi Giá Việt

قم بتنزيل ملفات الامتداد Soi Giá Việt بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Cam kết đúng chính sách của google, không thu thập bất kỳ thông tin cá nhân nào của người dùng.

Tính năng:
- Xem lịch sử giá tiki, shopee, sendo, lazada (Một số trang web có thể có thay đổi theo từng thời điểm, nên chức năng có thể tạm thời không hoạt động, vui lòng liên hệ với chúng tôi).
- Hiển thị giá cao nhất, giá thấp nhất của sản phẩm để bạn dễ dàng biết có nên mua sản phẩm với mức giá hiện tại hay không.
- Hỗ trợ xem lịch sử giá tất cả sản phẩm.

Version 0.1.5:
- Fix lỗi shopee.

Version 0.1.4:
- Fix tốc độ tải lịch sử giá trên tiki.

Version 0.1.2:
- Fix lỗi tải lịch sử giá tiki.

Version 0.0.9:
- Fix lỗi.                    

معلومات أساسية عن التمديد

الاسم Soi Giá Việt Soi Giá Việt
ID ejlghibhonddakjbgfmdpeifcoljnlob
عنوان URL الرسمي https://chromewebstore.google.com/detail/soi-gi%C3%A1-vi%E1%BB%87t/ejlghibhonddakjbgfmdpeifcoljnlob
الوصف Xem lịch sử giá sản phẩm trên tiki, shopee.
حجم الملف 66.43 KB
عدد التثبيتات 945
النسخة الحالية 0.1.5
آخر تحديث 2023-08-29
تاريخ النشر 2020-05-12
تقييم 3.92/5 مجموع تقييمات 13
المطور https://giamgiatonghop.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.giamgiatonghop.com
عنوان صفحة المساعدة https://www.facebook.com/Soi-Giá-Việt-122262129163498/
عنوان صفحة سياسة الخصوصية https://labiec.com/policy-soi-gia-viet
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Soi Gi\u00e1 Vi\u1ec7t",
    "version": "0.1.5",
    "manifest_version": 2,
    "description": "Xem l\u1ecbch s\u1eed gi\u00e1 s\u1ea3n ph\u1ea9m tr\u00ean tiki, shopee.",
    "homepage_url": "https:\/\/www.giamgiatonghop.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Soi Gi\u00e1 Vi\u1ec7t",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "https:\/\/*.giamgiatonghop.com\/*",
        "https:\/\/tiki.vn\/*",
        "https:\/\/shopee.vn\/*",
        "https:\/\/sendo.vn\/*",
        "https:\/\/lazada.vn\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tiki.vn\/*"
            ],
            "js": [
                "src\/inject\/js\/jquery-3.2.1.min.js",
                "src\/inject\/js\/fglobal.js",
                "src\/inject\/truycap_landau.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.shopee.vn\/*"
            ],
            "js": [
                "src\/inject\/js\/jquery-3.2.1.min.js",
                "src\/inject\/js\/fglobal.js",
                "src\/inject\/truycap_landau.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.sendo.vn\/*"
            ],
            "js": [
                "src\/inject\/js\/jquery-3.2.1.min.js",
                "src\/inject\/js\/fglobal.js",
                "src\/inject\/truycap_landau.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.lazada.vn\/*"
            ],
            "js": [
                "src\/inject\/js\/jquery-3.2.1.min.js",
                "src\/inject\/js\/fglobal.js",
                "src\/inject\/truycap_landau.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/js\/jquery-3.2.1.min.js"
    ]
}