PricePony Malaysia

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

¿Qué es PricePony Malaysia?

PricePony Malaysia es una extensión de Chrome desarrollada por http://www.pricepony.com.my, y su función principal es "With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión PricePony Malaysia

Descarga archivos de extensión PricePony Malaysia en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre PricePony Malaysia PricePony Malaysia
ID pfhhpgpofjpclpcinkhmgljabkdijfid
URL Oficial https://chrome.google.com/webstore/detail/pricepony-malaysia/pfhhpgpofjpclpcinkhmgljabkdijfid
Descripción With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia
Tamaño del Archivo 68.86 KB
Cantidad de Instalaciones 20
Versión Actual 3.5.0.10
Última Actualización 2015-06-10
Fecha de Publicación 2015-06-10
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador http://www.pricepony.com.my
Tipo de Pago free
Idiomas Soportados 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:\/\/*\/*"
            ]
        }
    ]
}