eBay Actual Purchase History
See the Item Purchase History an item on eBay.
Wat is eBay Actual Purchase History?
eBay Actual Purchase History is een Chrome-extensie ontwikkeld door webgurudev, en de belangrijkste functie is "See the Item Purchase History an item on eBay.".
Extensie Screenshots
Download het CRX-bestand van de extensie eBay Actual Purchase History
Download eBay Actual Purchase History-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | jfgbhjlbiplfjhbkkkpifmknakhnklde |
| Officiële URL | https://chromewebstore.google.com/detail/ebay-actual-purchase-hist/jfgbhjlbiplfjhbkkkpifmknakhnklde |
| Beschrijving | See the Item Purchase History an item on eBay. |
| Bestandsgrootte | 352 KB |
| Aantal Installaties | 2,478 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2023-03-12 |
| Publicatiedatum | 2023-03-11 |
| Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | webgurudev |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.smartnex.com |
| Help Pagina-URL | https://ticket.smartnex.com |
| Ondersteunde Talen | 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"
]
}
]
} | |