eBay Actual Purchase History
See the Item Purchase History an item on eBay.
Cos'è eBay Actual Purchase History?
eBay Actual Purchase History è un'estensione di Chrome sviluppata da webgurudev, e la sua funzione principale è "See the Item Purchase History an item on eBay.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione eBay Actual Purchase History
Scarica i file di estensione eBay Actual Purchase History in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | jfgbhjlbiplfjhbkkkpifmknakhnklde |
| URL Ufficiale | https://chromewebstore.google.com/detail/ebay-actual-purchase-hist/jfgbhjlbiplfjhbkkkpifmknakhnklde |
| Descrizione | See the Item Purchase History an item on eBay. |
| Dimensione del File | 352 KB |
| Conteggio Installazioni | 2,478 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2023-03-12 |
| Data di Pubblicazione | 2023-03-11 |
| Valutazione | 4.33/5 Totale 6 Valutazioni |
| Sviluppatore | webgurudev |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.smartnex.com |
| URL della Pagina di Aiuto | https://ticket.smartnex.com |
| Lingue Supportate | 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"
]
}
]
} | |