PIWoP IT

Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.

ما هو PIWoP IT؟

PIWoP IT هو إضافة Chrome تم تطويرها بواسطة AprilRed، والميزة الرئيسية لها هي "Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة PIWoP IT

قم بتنزيل ملفات الامتداد PIWoP IT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        You can now create a price alert for this with one click of our Panda button. Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. When the price drops to or below your PIWoP we notify you.                    

معلومات أساسية عن التمديد

الاسم PIWoP IT PIWoP IT
ID fiopcljcdafelcajhaiemnbfmlpepbnd
عنوان URL الرسمي https://chromewebstore.google.com/detail/piwop-it/fiopcljcdafelcajhaiemnbfmlpepbnd
الوصف Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.
حجم الملف 66.7 KB
عدد التثبيتات 13
النسخة الحالية 2.7.2
آخر تحديث 2018-07-11
تاريخ النشر 2018-07-11
تقييم 5.00/5 مجموع تقييمات 2
المطور AprilRed
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://piwop.com/
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.",
    "manifest_version": 2,
    "name": "PIWoP IT",
    "version": "2.7.2",
    "icons": {
        "48": "icons\/48.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "management",
        "*:\/\/piwop.com\/",
        "*:\/\/pwp.testplat4m.net\/"
    ],
    "options_ui": {
        "page": "options\/options.html"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/32.png",
        "default_title": "PIWoP it",
        "default_popup": "popup\/popup.html"
    }
}