PriceWink

One Stop Online Shopping with Automatic price comparision and Personalised price alerts.

ما هو PriceWink؟

PriceWink هو إضافة Chrome تم تطويرها بواسطة http://pricewink.in، والميزة الرئيسية لها هي "One Stop Online Shopping with Automatic price comparision and Personalised price alerts.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة PriceWink

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

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

                        Simply, bachaate raho!!! Save more and get more with FREE PriceWink chrome extension.

✓ Get lower price automatically while you shop 

✓ Set your personal target price for any product on any shop

PriceWink is absolutely FREE forever.

Enjoy the best prices, always, with PriceWink ! 

Add PriceWink to your chrome now!                    

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

الاسم PriceWink PriceWink
ID fonbfofodfopbaafhahgolemcplblbcg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pricewink/fonbfofodfopbaafhahgolemcplblbcg
الوصف One Stop Online Shopping with Automatic price comparision and Personalised price alerts.
حجم الملف 140 KB
عدد التثبيتات 128
النسخة الحالية 1.8.2.24
آخر تحديث 2014-05-04
تاريخ النشر 2014-05-04
تقييم 4.33/5 مجموع تقييمات 24
المطور http://pricewink.in
نوع الدفع free
موقع الإضافة http://www.pricewink.in
عنوان صفحة المساعدة http://pricewink.in/faq.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PriceWink",
    "description": "One Stop Online Shopping with Automatic price comparision and Personalised price alerts.",
    "version": "1.8.2.24",
    "short_name": "PriceWink",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "popup.css",
                "scrollbar.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.mousewheel.js",
                "js\/jquery.jscrollpane.min.js",
                "js\/base64.js",
                "js\/rawdeflate.js",
                "js\/rawinflate.js",
                "list.js",
                "pa.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/*",
        "js\/*"
    ]
}