eBay Actual Purchase History

See the Item Purchase History an item on eBay.

什麼是eBay Actual Purchase History?

eBay Actual Purchase History是由webgurudev開發的Chrome擴展程式,該擴展的主要功能是“See the Item Purchase History an item on eBay.”。

擴展截圖

screenshot

下載eBay Actual Purchase History擴展crx文件

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

擴展使用說明

                        An add-on/extension for Chrome and Firefox to see the actual eBay Actual Purchase History of an item on eBay. It will create a link for sold text to navigate Actual Purchase History.                    

擴展基本資訊

名稱 eBay Actual Purchase History eBay Actual Purchase History
ID jfgbhjlbiplfjhbkkkpifmknakhnklde
官方網址 https://chromewebstore.google.com/detail/ebay-actual-purchase-hist/jfgbhjlbiplfjhbkkkpifmknakhnklde
簡介 See the Item Purchase History an item on eBay.
檔案大小 352 KB
安裝次數 2,478
目前版本 1.2
更新時間 2023-03-12
上架時間 2023-03-11
評分 4.33/5 共 6 次評分
開發者 webgurudev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.smartnex.com
說明頁面URL https://ticket.smartnex.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "eBay Actual Purchase History",
    "version": "1.2",
    "description": "See the Item Purchase History an item on eBay.",
    "icons": {
        "48": "icons\/order-history-icon.png",
        "96": "icons\/order-history-icon.png",
        "128": "icons\/order-history-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.de\/*",
                "*:\/\/*.ebay.it\/*"
            ],
            "js": [
                "ebayprice.js"
            ]
        }
    ]
}