PC Parts Price Tracker
Check price history, compare price from multiple vendors.
Cos'è PC Parts Price Tracker?
PC Parts Price Tracker è un'estensione di Chrome sviluppata da yetanotherdev94, e la sua funzione principale è "Check price history, compare price from multiple vendors.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PC Parts Price Tracker
Scarica i file di estensione PC Parts Price Tracker 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
Chrome extension for the pcpph.in website, the extension works on the following websites:
mdcomputers.in
tpstech.in
vedantcomputers.com,
elitehubs.com
compify.in
nationalpc.in
tlggaming.com
theitdepot.com
primeabgb.com
pcstudio.in
After opening a specific product on the above sites, pressing get details will show you price from other vendors in a new tab. Informazioni di Base sull'Estensione
| Nome | |
| ID | dnkcehbggcflmgklilfkmpflpkbokmfo |
| URL Ufficiale | https://chromewebstore.google.com/detail/pc-parts-price-tracker/dnkcehbggcflmgklilfkmpflpkbokmfo |
| Descrizione | Check price history, compare price from multiple vendors. |
| Dimensione del File | 92.91 KB |
| Conteggio Installazioni | 21 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2022-10-08 |
| Data di Pubblicazione | 2021-09-12 |
| Sviluppatore | yetanotherdev94 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PC Parts Price Tracker",
"description": "Check price history, compare price from multiple vendors.",
"version": "1.1",
"manifest_version": 3,
"author": "yetanotherdev",
"action": {
"default_icon": "images\/icon.png",
"default_popup": "popup.html",
"default_title": "Get Part Price Details"
},
"permissions": [
"activeTab"
],
"host_permissions": [
"https:\/\/pcpph.in\/*"
]
} | |