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 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\/*"
    ]
}