PC Parts Price Tracker

Check price history, compare price from multiple vendors.

Vad är PC Parts Price Tracker?

PC Parts Price Tracker är en Chrome-tillägg utvecklad av yetanotherdev94, och dess huvudfunktion är "Check price history, compare price from multiple vendors.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner PC Parts Price Tracker-förlängningens CRX-fil

Ladda ner PC Parts Price Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn PC Parts Price Tracker PC Parts Price Tracker
ID dnkcehbggcflmgklilfkmpflpkbokmfo
Officiell webbadress https://chromewebstore.google.com/detail/pc-parts-price-tracker/dnkcehbggcflmgklilfkmpflpkbokmfo
Beskrivning Check price history, compare price from multiple vendors.
Filstorlek 92.91 KB
Antal Installationer 21
Aktuell Version 1.1
Senast Uppdaterad 2022-10-08
Publiceringsdatum 2021-09-12
Utvecklare yetanotherdev94
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}