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 Hristiyan Dodov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Compare prices of the same product across all Amazon locales"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pricepeek - Price Comparison for Amazon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        ]
    }
}