PC Parts Price Tracker
Check price history, compare price from multiple vendors.
什么是PC Parts Price Tracker?
PC Parts Price Tracker是由yetanotherdev94开发的Chrome扩展程序,该扩展的主要功能是“Check price history, compare price from multiple vendors.”。
扩展截图
下载PC Parts Price Tracker扩展crx文件
下载PC Parts Price Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | PC Parts Price Tracker |
ID | dnkcehbggcflmgklilfkmpflpkbokmfo |
官方URL | https://chromewebstore.google.com/detail/pc-parts-price-tracker/dnkcehbggcflmgklilfkmpflpkbokmfo |
简介 | Check price history, compare price from multiple vendors. |
文件大小 | 92.91 KB |
安装次数 | 21 |
当前版本 | 1.1 |
更新时间 | 2022-10-08 |
上架时间 | 2021-09-12 |
开发者 | yetanotherdev94 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } |