eBay Actual Purchase History
See the Item Purchase History an item on eBay.
Co to jest eBay Actual Purchase History?
eBay Actual Purchase History to rozszerzenie Chrome opracowane przez webgurudev, a jego główną funkcją jest „See the Item Purchase History an item on eBay.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia eBay Actual Purchase History
Pobierz pliki rozszerzeń eBay Actual Purchase History w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | eBay Actual Purchase History |
ID | jfgbhjlbiplfjhbkkkpifmknakhnklde |
Oficjalny URL | https://chromewebstore.google.com/detail/ebay-actual-purchase-hist/jfgbhjlbiplfjhbkkkpifmknakhnklde |
Opis | See the Item Purchase History an item on eBay. |
Rozmiar pliku | 352 KB |
Liczba instalacji | 2,478 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2023-03-12 |
Data Publikacji | 2023-03-11 |
Ocena | 4.33/5 Łącznie 6 Oceny |
Deweloper | webgurudev |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.smartnex.com |
Adres URL Strony Pomocy | https://ticket.smartnex.com |
Obsługiwane Języki | 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" ] } ] } |