PC Parts Price Tracker
Check price history, compare price from multiple vendors.
Co to jest PC Parts Price Tracker?
PC Parts Price Tracker to rozszerzenie Chrome opracowane przez yetanotherdev94, a jego główną funkcją jest „Check price history, compare price from multiple vendors.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PC Parts Price Tracker
Pobierz pliki rozszerzeń PC Parts Price Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dnkcehbggcflmgklilfkmpflpkbokmfo |
| Oficjalny URL | https://chromewebstore.google.com/detail/pc-parts-price-tracker/dnkcehbggcflmgklilfkmpflpkbokmfo |
| Opis | Check price history, compare price from multiple vendors. |
| Rozmiar pliku | 92.91 KB |
| Liczba instalacji | 21 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2022-10-08 |
| Data Publikacji | 2021-09-12 |
| Deweloper | yetanotherdev94 |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/*"
]
} | |