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 |
官方網址 | 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\/*" ] } |