Pricepin - Never miss a discount

This extension lets you pin a product using a chrome extension

ما هو Pricepin - Never miss a discount؟

Pricepin - Never miss a discount هو إضافة Chrome تم تطويرها بواسطة https://pricep.in، والميزة الرئيسية لها هي "This extension lets you pin a product using a chrome extension".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Pricepin - Never miss a discount

قم بتنزيل ملفات الامتداد Pricepin - Never miss a discount بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Every product will eventually drop in price. Pricepin lets you pin items from any webshop and notifies you when the price goes down. Start pinning with the Pricepin extension and get notified whenever the price changes!                    

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

الاسم Pricepin - Never miss a discount Pricepin - Never miss a discount
ID obflonmhgjnifdbampilbdecpofobola
عنوان URL الرسمي https://chromewebstore.google.com/detail/pricepin-never-miss-a-dis/obflonmhgjnifdbampilbdecpofobola
الوصف This extension lets you pin a product using a chrome extension
حجم الملف 163 KB
عدد التثبيتات 165
النسخة الحالية 1.1.2
آخر تحديث 2016-06-27
تاريخ النشر 2016-06-27
تقييم 3.67/5 مجموع تقييمات 9
المطور https://pricep.in
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://pricep.in
عنوان صفحة المساعدة https://pricep.in/support-faqs
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pricepin - Never miss a discount",
    "short_name": "Pricepin",
    "description": "This extension lets you pin a product using a chrome extension",
    "version": "1.1.2",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/shield-logo-pricepin-16x16.png",
        "48": "images\/shield-logo-pricepin-48x48.png",
        "128": "images\/shield-logo-pricepin-128x128.png"
    }
}