PricePony Malaysia

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

Co je PricePony Malaysia?

PricePony Malaysia je rozšíření Chrome vyvinuté http://www.pricepony.com.my, a jeho hlavní funkcí je „With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PricePony Malaysia

Stáhněte si soubory rozšíření PricePony Malaysia ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název PricePony Malaysia PricePony Malaysia
ID pfhhpgpofjpclpcinkhmgljabkdijfid
Oficiální URL https://chrome.google.com/webstore/detail/pricepony-malaysia/pfhhpgpofjpclpcinkhmgljabkdijfid
Popis With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia
Velikost souboru 68.86 KB
Počet instalací 20
Aktuální Verze 3.5.0.10
Poslední Aktualizace 2015-06-10
Datum Vydání 2015-06-10
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář http://www.pricepony.com.my
Typ Platby free
Podporované Jazyky 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:\/\/*\/*"
            ]
        }
    ]
}