Amazon Price Comparator

This extension shows the price of the Amazon item in the current page for every other Amazon shop

什麼是Amazon Price Comparator?

Amazon Price Comparator是由DocKuro開發的Chrome擴展程式,該擴展的主要功能是“This extension shows the price of the Amazon item in the current page for every other Amazon shop”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Amazon Price Comparator擴展crx文件

下載Amazon Price Comparator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Easily check the price of an amazon item, from its page, in the other amazon stores to spot a cheaper product in another amazon site.
Both the amazon price and the other merchants price are compared, new and used, but shipping costs are NOT taken into account.
Click on the price to visit the product page in the other amazon page.                    

擴展基本資訊

名稱 Amazon Price Comparator Amazon Price Comparator
ID igccnpemgifkkpnlhbebglclbgofpemb
官方網址 https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb
簡介 This extension shows the price of the Amazon item in the current page for every other Amazon shop
檔案大小 45.28 KB
安裝次數 1,000
目前版本 1.4.1
更新時間 2016-04-08
上架時間 2016-04-08
評分 3.50/5 共 6 次評分
開發者 DocKuro
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Price Comparator",
    "description": "This extension shows the price of the Amazon item in the current page for every other Amazon shop",
    "version": "1.4.1",
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "prices.html",
        "default_title": "Compare Prices!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}