PC Parts Price Tracker
Check price history, compare price from multiple vendors.
Hvad er PC Parts Price Tracker?
PC Parts Price Tracker er en Chrome-udvidelse udviklet af yetanotherdev94, og dens hovedfunktion er "Check price history, compare price from multiple vendors.".
Udvidelsesskærmbilleder
Download PC Parts Price Tracker-udvidelses-CRX-fil
Download PC Parts Price Tracker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dnkcehbggcflmgklilfkmpflpkbokmfo |
| Officiel URL | https://chromewebstore.google.com/detail/pc-parts-price-tracker/dnkcehbggcflmgklilfkmpflpkbokmfo |
| Beskrivelse | Check price history, compare price from multiple vendors. |
| Filstørrelse | 92.91 KB |
| Antal Installationer | 21 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2022-10-08 |
| Udgivelsesdato | 2021-09-12 |
| Udvikler | yetanotherdev94 |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/*"
]
} | |