Banggood Price Tracker

AliPrice.com -- Your money-saving assistant on Banggood.

Banggood Price Trackerคืออะไร?

Banggood Price Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aliprice2 และคุณลักษณะหลักของมันคือ "AliPrice.com -- Your money-saving assistant on Banggood."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Banggood Price Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Banggood Price Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Main features:
1. Convenient shortcuts and quick search.
2. Price history: You can check any product price history both on the product search page and on the product page (Off by default, you can enable it in the settings)
3. Price drop alert. If the price of the goods in My Favorite falls, you will receive a push notification.
If you have any questions or suggestions, please feel free to contact us:
https://www.aliprice.com/information/index?page=contact

Banggood is a trademark of Banggood, Inc. This extension was not created or endorsed by Banggood.
We do use Google Analytics to collect anonymous usage statistics to help improve user experience, but you can opt out at http://tools.google.com/dlpage/gaoptout
By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to affiliate program links, including Banggood and other programs. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Banggood Price Tracker Banggood Price Tracker
ID gpibjcffchpcklhagnijajmgnndnokhn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/banggood-price-tracker/gpibjcffchpcklhagnijajmgnndnokhn
คำอธิบาย AliPrice.com -- Your money-saving assistant on Banggood.
ขนาดไฟล์ 1.78 MB
จำนวนการติดตั้ง 3,979
เวอร์ชันปัจจุบัน 1.0.9
อัปเดตครั้งล่าสุด 2023-09-25
วันที่เผยแพร่ 2019-10-22
คะแนน 4.26/5 รวมทั้งหมด 62 คะแนน
ผู้พัฒนา aliprice2
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.aliprice.com/
URL หน้าช่วยเหลือ https://www.aliprice.com/information/index?page=contact
URL หน้านโยบายความเป็นส่วนตัว https://www.aliprice.com/information/index/page/privacy
ภาษาที่รองรับ de,en,fr,tr,es,es-419,pl,pt-BR,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Banggood",
    "name": "Banggood Price Tracker",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/www.aliprice.com",
    "default_locale": "en",
    "version": "1.0.9",
    "permissions": [
        "tabs",
        "cookies",
        "notifications",
        "system.memory",
        "management",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.gearbest.com\/*",
        "*:\/\/*.joybuy.com\/*",
        "*:\/\/*.joybuy.es\/*",
        "*:\/\/*.jd.ru\/*",
        "*:\/\/*.banggood.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.jd.id\/*",
        "*:\/\/*.lazada.sg\/*",
        "*:\/\/*.lazada.com.my\/*",
        "*:\/\/*.lazada.com.ph\/*",
        "*:\/\/*.lazada.vn\/*",
        "*:\/\/*.lazada.co.th\/*",
        "*:\/\/*.lazada.co.id\/*",
        "*:\/\/*.aliprice.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "ga-config.js",
            "background.js",
            "plugin\/jquery.min.js",
            "localization.js",
            "subscription.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.gearbest.com\/*",
                "*:\/\/*.joybuy.com\/*",
                "*:\/\/*.jd.ru\/*",
                "*:\/\/*.joybuy.es\/*",
                "*:\/\/*.banggood.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.jd.id\/*",
                "*:\/\/*.lazada.sg\/*",
                "*:\/\/*.lazada.com.my\/*",
                "*:\/\/*.lazada.com.ph\/*",
                "*:\/\/*.lazada.vn\/*",
                "*:\/\/*.lazada.co.th\/*",
                "*:\/\/*.lazada.co.id\/*"
            ],
            "js": [
                "config.js",
                "plugin\/jquery.min.js",
                "plugin\/zui.js",
                "function.js",
                "plugin\/jquery.mousewheel.js",
                "plugin\/perfect-scrollbar.js",
                "plugin\/echarts.common.min.js",
                "localization.js",
                "login.js",
                "plugin\/jquery.loadTemplate-1.4.4.js",
                "index.js",
                "tracking.js",
                "item_bg_sys.js",
                "list_banggood.js",
                "aliprice.js"
            ],
            "css": []
        }
    ],
    "browser_action": {
        "default_icon": "icons\/19x19.png",
        "default_title": "AliPrice",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "options_page": "tpl\/options.html",
    "web_accessible_resources": [
        "plugin\/jquery.min.js",
        "plugin\/jquery.min.map",
        "css\/plug-in.css",
        "css\/list.css",
        "img\/plug-in-sprite-dark.png",
        "img\/plug-in-sprite-light.png",
        "img\/set-loadpages.jpg",
        "img\/loading-32-32.gif",
        "img\/commodity.png",
        "img\/icon-nofavorites.png",
        "img\/popup-close2.png",
        "img\/popup-close.png",
        "img\/icon-i.png",
        "img\/icon-right.png",
        "img\/sns-sprite.png",
        "img\/search.png",
        "img\/select-arrow.png",
        "img\/arrow-down.png",
        "img\/icon-arrow-up.png",
        "img\/logo-aliprice-white.png",
        "img\/no-image.jpg",
        "img\/icon-star.png",
        "img\/loading.png"
    ]
}