Lower Ebay Price Alert

This extension shows ebay price of the selling item on Amazon when ebay price is lower.

什麼是Lower Ebay Price Alert?

Lower Ebay Price Alert是由ferryzhou開發的Chrome擴展程式,該擴展的主要功能是“This extension shows ebay price of the selling item on Amazon when ebay price is lower.”。

擴展截圖

screenshot

下載Lower Ebay Price Alert擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 Lower Ebay Price Alert Lower Ebay Price Alert
ID ngcbdfdpiffiblpaokclgmbomelnopoe
官方網址 https://chrome.google.com/webstore/detail/lower-ebay-price-alert/ngcbdfdpiffiblpaokclgmbomelnopoe
簡介 This extension shows ebay price of the selling item on Amazon when ebay price is lower.
檔案大小 48.06 KB
安裝次數 163
目前版本 1.0
更新時間 2015-12-20
上架時間 2015-12-20
評分 2.00/5 共 1 次評分
開發者 ferryzhou
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lower Ebay Price Alert",
    "description": "This extension shows ebay price of the selling item on Amazon when ebay price is lower.",
    "version": "1.0",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.amazon.com\/*"
            ],
            "js": [
                "jquery-1.8.2.min.js",
                "underscore-min.js",
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/ebayprice-1164.appspot.com\/*",
        "http:\/\/www.amazon.com\/*"
    ]
}