PC Parts Price Tracker
Check price history, compare price from multiple vendors.
Что такое PC Parts Price Tracker?
PC Parts Price Tracker - это расширение Chrome, разработанное yetanotherdev94, и его основная функция - "Check price history, compare price from multiple vendors.".
Снимки экрана расширения
Скачать файл CRX расширения PC Parts Price Tracker
Скачайте файлы расширений 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. Основная информация о расширении
| Название | |
| 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\/*"
]
} | |