PricePony Malaysia

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

Vad är PricePony Malaysia?

PricePony Malaysia är en Chrome-tillägg utvecklad av http://www.pricepony.com.my, och dess huvudfunktion är "With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner PricePony Malaysia-förlängningens CRX-fil

Ladda ner PricePony Malaysia-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn PricePony Malaysia PricePony Malaysia
ID pfhhpgpofjpclpcinkhmgljabkdijfid
Officiell webbadress https://chrome.google.com/webstore/detail/pricepony-malaysia/pfhhpgpofjpclpcinkhmgljabkdijfid
Beskrivning With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia
Filstorlek 68.86 KB
Antal Installationer 20
Aktuell Version 3.5.0.10
Senast Uppdaterad 2015-06-10
Publiceringsdatum 2015-06-10
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare http://www.pricepony.com.my
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
            ]
        }
    ]
}