eBay Actual Purchase History
See the Item Purchase History an item on eBay.
Vad är eBay Actual Purchase History?
eBay Actual Purchase History är en Chrome-tillägg utvecklad av webgurudev, och dess huvudfunktion är "See the Item Purchase History an item on eBay.".
Tilläggsskärmbilder
Ladda ner eBay Actual Purchase History-förlängningens CRX-fil
Ladda ner eBay Actual Purchase History-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | eBay Actual Purchase History |
ID | jfgbhjlbiplfjhbkkkpifmknakhnklde |
Officiell webbadress | https://chromewebstore.google.com/detail/ebay-actual-purchase-hist/jfgbhjlbiplfjhbkkkpifmknakhnklde |
Beskrivning | See the Item Purchase History an item on eBay. |
Filstorlek | 352 KB |
Antal Installationer | 2,478 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2023-03-12 |
Publiceringsdatum | 2023-03-11 |
Betyg | 4.33/5 Totalt 6 Betyg |
Utvecklare | webgurudev |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.smartnex.com |
Hjälpsida URL | https://ticket.smartnex.com |
Stödda Språk | 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" ] } ] } |