PC Parts Price Tracker
Check price history, compare price from multiple vendors.
Qu'est-ce que PC Parts Price Tracker ?
PC Parts Price Tracker est une extension Chrome développée par yetanotherdev94, et sa fonction principale est "Check price history, compare price from multiple vendors.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PC Parts Price Tracker
Téléchargez les fichiers d'extension PC Parts Price Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | PC Parts Price Tracker |
ID | dnkcehbggcflmgklilfkmpflpkbokmfo |
URL Officiel | https://chromewebstore.google.com/detail/pc-parts-price-tracker/dnkcehbggcflmgklilfkmpflpkbokmfo |
Description | Check price history, compare price from multiple vendors. |
Taille du Fichier | 92.91 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2022-10-08 |
Date de Publication | 2021-09-12 |
Développeur | yetanotherdev94 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |