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
官方網址 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"
        ]
    }
}