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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}