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