PricePony Malaysia

With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia

ما هو PricePony Malaysia؟

PricePony Malaysia هو إضافة Chrome تم تطويرها بواسطة http://www.pricepony.com.my، والميزة الرئيسية لها هي "With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة PricePony Malaysia

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

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

                        PricePony Malaysia is all about saving you money. Whenever you visit a shopping or e-commerce, PricePony Malaysia is looking for better deals all over the internet and makes sure you are paying the lowest price possible.

You can also see products related to the products you are viewing right now, so you can make all you research faster and more efficient than you ever imagined.                    

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

الاسم PricePony Malaysia PricePony Malaysia
ID pfhhpgpofjpclpcinkhmgljabkdijfid
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pricepony-malaysia/pfhhpgpofjpclpcinkhmgljabkdijfid
الوصف With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia
حجم الملف 68.86 KB
عدد التثبيتات 20
النسخة الحالية 3.5.0.10
آخر تحديث 2015-06-10
تاريخ النشر 2015-06-10
تقييم 5.00/5 مجموع تقييمات 3
المطور http://www.pricepony.com.my
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "description": "With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia",
    "icons": {
        "128": "images\/icon_128px.png",
        "16": "images\/icon_32px.png",
        "64": "images\/icon_64px.png"
    },
    "short_name": "PricePony Malaysia",
    "manifest_version": 2,
    "name": "PricePony Malaysia",
    "permissions": [
        "contextMenus",
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "3.5.0.10",
    "content_scripts": [
        {
            "js": [
                "iframeResizer.js",
                "contents.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}