Price Checker: Price Comparison Tool

Use Price Checker to compare the different store prices before you buy and save up to 60%!

Price Checker: Price Comparison Toolคืออะไร?

Price Checker: Price Comparison Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fashiondiscounts.today และคุณลักษณะหลักของมันคือ "Use Price Checker to compare the different store prices before you buy and save up to 60%!"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Price Checker: Price Comparison Tool

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

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

                        Features 
- Check prices of the different country stores
- Multiple currencies
- The latest version lets you choose your favorite currency (supports 10 different currencies)

If you want to get Price history, Price drop alert or Back in-stock alert for a product, navigate to our website.

Support for several other fashion stores is coming soon.

Did you know that the same product could have different prices on different country-dedicated websites?  For example, an item that is sold for €100 on the German website could be sold for €50 on Italian website. 

Additionally, a product that is out of stock in one store can be available in other stores. You found a perfect product but you could not find your size? It is also possible that other stores have your size.

Use this extension to compare the different store prices, availability and size before you buy. You could be saving up to 50%, find out of stock product or even your missing size! 

Do you want price drop alert for your favorite product? Do you want to get notified when a product is back in stock? Then head over to our website and use this additional services.

NOTE: This extension offers some additional functionality to the browser that can be reproduced without the need of this extension by any individual.                    

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

ชื่อ Price Checker: Price Comparison Tool Price Checker: Price Comparison Tool
ID lobpgnmnmafegbfimmpcpciofgdgjjol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/price-checker-price-compa/lobpgnmnmafegbfimmpcpciofgdgjjol
คำอธิบาย Use Price Checker to compare the different store prices before you buy and save up to 60%!
ขนาดไฟล์ 187 KB
จำนวนการติดตั้ง 1,202
เวอร์ชันปัจจุบัน 2.3
อัปเดตครั้งล่าสุด 2023-04-06
วันที่เผยแพร่ 2020-12-09
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://fashiondiscounts.today
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://fashiondiscounts.today
URL หน้าช่วยเหลือ https://fashiondiscounts.today/faq.php
URL หน้านโยบายความเป็นส่วนตัว https://fashiondiscounts.today/privacy_policy.php
ภาษาที่รองรับ de,en,fr,es,it,ru,iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "2.3",
    "short_name": "Price Checker",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "status.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.asos.com\/*",
                "*:\/\/*.asos.de\/*",
                "*:\/\/*.asos.fr\/*"
            ],
            "js": [
                "jsm.js",
                "content.js",
                "main.js",
                "juim.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/*.fashiondiscounts.today\/*",
        "https:\/\/*.fd2day.com\/*",
        "*:\/\/*.asos.com\/*",
        "*:\/\/*.asos.de\/*",
        "*:\/\/*.asos.fr\/*",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}