eBay Sold History Button
Add a 'HISTORY' button to the title on eBay product pages, to open purchase history.
eBay Sold History Button란 무엇입니까?
eBay Sold History Button은(는) OpenEnded에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a 'HISTORY' button to the title on eBay product pages, to open purchase history."입니다.
확장 프로그램 스크린샷
eBay Sold History Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing the eBay Sold History Button Extension, the ultimate game changer for eBay enthusiasts everywhere! With just a click, you'll be able to access the once-missing sales history for any product you desire. Remember the good ol' days when eBay displayed the sold date, price, and quantity for each item? Well, they took that feature away, but we're here to bring it back with a bang! Using the extension is a piece of cake! Just open the product page, and you'll spot a shiny "HISTORY" button right next to the product title. Give it a click, and voilà! You'll be presented with the glorious sales history details, including date, price, and quantity. But wait, there's more! As a delightful bonus, our eBay Sold History Button extension will also treat you to a daily dose of fascinating Amazon products. Remember that feature eBay took away? Well, I brought it back! Now, you can easily check a product's sales history while shopping. But I need your support to take it to the next level. If you're a coffee enthusiast and enjoy what I'm doing, why not order me a cup of coffee? Your contribution will fuel my creative juices and help me serve up even more awesomeness. buymeacoffee.com/baransefa Thank you for your support! Together, let's create caffeinated wonders! ☕️ 🎉
확장 프로그램 기본 정보
이름 | eBay Sold History Button |
ID | lhdknendolkhkmfpklppgpbimpbnlgel |
공식 URL | https://chromewebstore.google.com/detail/ebay-sold-history-button/lhdknendolkhkmfpklppgpbimpbnlgel |
설명 | Add a 'HISTORY' button to the title on eBay product pages, to open purchase history. |
파일 크기 | 26.33 KB |
설치 횟수 | 3,525 |
현재 버전 | 0.1 |
최근 업데이트 | 2023-05-31 |
출시 날짜 | 2023-05-30 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | OpenEnded |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.demandbid.com/ebay-sold-history-button-privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "eBay Sold History Button", "version": "0.1", "description": "Add a 'HISTORY' button to the title on eBay product pages, to open purchase history.", "icons": { "48": "icon.png" }, "action": { "default_popup": "popup.html", "default_icon": { "48": "icon.png" } }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.ebay.com\/itm\/*", "https:\/\/*.ebay.com\/itm\/*\/*", "https:\/\/*.ebay.co.uk\/itm\/*", "https:\/\/*.ebay.co.uk\/itm\/*\/*", "https:\/\/*.ebay.com.au\/itm\/*", "https:\/\/*.ebay.com.au\/itm\/*\/*", "https:\/\/*.ebay.ca\/itm\/*", "https:\/\/*.ebay.ca\/itm\/*\/*", "https:\/\/*.ebay.de\/itm\/*", "https:\/\/*.ebay.de\/itm\/*\/*", "https:\/\/*.ebay.fr\/itm\/*", "https:\/\/*.ebay.fr\/itm\/*\/*", "https:\/\/*.ebay.it\/itm\/*", "https:\/\/*.ebay.it\/itm\/*\/*", "https:\/\/*.ebay.es\/itm\/*", "https:\/\/*.ebay.es\/itm\/*\/*", "https:\/\/*.ebay.nl\/itm\/*", "https:\/\/*.ebay.nl\/itm\/*\/*", "https:\/\/*.ebay.be\/itm\/*", "https:\/\/*.ebay.be\/itm\/*\/*", "https:\/\/*.ebay.ie\/itm\/*", "https:\/\/*.ebay.ie\/itm\/*\/*", "https:\/\/*.ebay.at\/itm\/*", "https:\/\/*.ebay.at\/itm\/*\/*", "https:\/\/*.ebay.ch\/itm\/*", "https:\/\/*.ebay.ch\/itm\/*\/*" ], "js": [ "ebay_history_button.js" ] } ] } |