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.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PC Parts Price Tracker 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\/*"
    ]
}