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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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