Pricepeek - Price Comparison for Amazon

Compare prices of the same product across all Amazon locales

Pricepeek - Price Comparison for Amazonคืออะไร?

Pricepeek - Price Comparison for Amazon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hristiyan Dodov และคุณลักษณะหลักของมันคือ "Compare prices of the same product across all Amazon locales"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pricepeek - Price Comparison for Amazon

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

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

                        Pricepeek shows you the price of the same product across all Amazon locales so you donʼt need to do the checkup manually. We also include a list of major e-stores (like Tesco, Target etc.) to that so you can always make the best (and cheapest) choice.

Also:
- You can easily share your results
- No registration needed
- Tons of settings to customize your experience

New:
- Improved connectivity

Use [email protected] for ideas and feedback.                    

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

ชื่อ Pricepeek - Price Comparison for Amazon Pricepeek - Price Comparison for Amazon
ID nkbpapakloeklefdcmgdbkgkiignobgj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pricepeek-price-compariso/nkbpapakloeklefdcmgdbkgkiignobgj
คำอธิบาย Compare prices of the same product across all Amazon locales
ขนาดไฟล์ 1.33 MB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 0.5.6
อัปเดตครั้งล่าสุด 2018-10-27
วันที่เผยแพร่ 2018-10-27
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Hristiyan Dodov
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.pricepeek.it
URL หน้าช่วยเหลือ https://www.pricepeek.it
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; img-src *; object-src 'self'",
    "name": "Pricepeek - Price Comparison for Amazon",
    "short_name": "Pricepeek",
    "version": "0.5.6",
    "author": "Dimitar Raykov, Hristiyan Dodov",
    "description": "Compare prices of the same product across all Amazon locales",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "https:\/\/pricepeek.it\/",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "main\/socket.io.js",
            "main\/event.js"
        ]
    }
}