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开发的Chrome扩展程序,该扩展的主要功能是“Compare prices of the same product across all Amazon locales”。

扩展截图

screenshot
screenshot
screenshot

下载Pricepeek - Price Comparison for Amazon扩展crx文件

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