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은(는) https://giamgiatonghop.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Xem lịch sử giá sản phẩm trên tiki, shopee."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Soi Giá Việt 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 URL https://www.facebook.com/Soi-Giá-Việt-122262129163498/
개인정보 보호 정책 페이지 URL 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"
    ]
}