PC Parts Price Tracker
Check price history, compare price from multiple vendors.
Was ist PC Parts Price Tracker?
PC Parts Price Tracker ist eine Chrome-Erweiterung, die von yetanotherdev94 entwickelt wurde, und ihr Hauptmerkmal ist "Check price history, compare price from multiple vendors.".
Erweiterungsscreenshots
PC Parts Price Tracker-Erweiterungs-CRX-Datei herunterladen
Laden Sie PC Parts Price Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | PC Parts Price Tracker |
ID | dnkcehbggcflmgklilfkmpflpkbokmfo |
Offizielle URL | https://chromewebstore.google.com/detail/pc-parts-price-tracker/dnkcehbggcflmgklilfkmpflpkbokmfo |
Beschreibung | Check price history, compare price from multiple vendors. |
Dateigröße | 92.91 KB |
Installationsanzahl | 21 |
Aktuelle Version | 1.1 |
Letztes Update | 2022-10-08 |
Veröffentlichungsdatum | 2021-09-12 |
Entwickler | yetanotherdev94 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |