PC Parts Price Tracker
Check price history, compare price from multiple vendors.
Wat is PC Parts Price Tracker?
PC Parts Price Tracker is een Chrome-extensie ontwikkeld door yetanotherdev94, en de belangrijkste functie is "Check price history, compare price from multiple vendors.".
Extensie Screenshots
Download het CRX-bestand van de extensie PC Parts Price Tracker
Download PC Parts Price Tracker-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | dnkcehbggcflmgklilfkmpflpkbokmfo |
| Officiële URL | https://chromewebstore.google.com/detail/pc-parts-price-tracker/dnkcehbggcflmgklilfkmpflpkbokmfo |
| Beschrijving | Check price history, compare price from multiple vendors. |
| Bestandsgrootte | 92.91 KB |
| Aantal Installaties | 21 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2022-10-08 |
| Publicatiedatum | 2021-09-12 |
| Ontwikkelaar | yetanotherdev94 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |