PricePony Malaysia
With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia
Hvad er PricePony Malaysia?
PricePony Malaysia er en Chrome-udvidelse udviklet af http://www.pricepony.com.my, og dens hovedfunktion er "With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia".
Udvidelsesskærmbilleder
Download PricePony Malaysia-udvidelses-CRX-fil
Download PricePony Malaysia-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | pfhhpgpofjpclpcinkhmgljabkdijfid |
Officiel URL | https://chrome.google.com/webstore/detail/pricepony-malaysia/pfhhpgpofjpclpcinkhmgljabkdijfid |
Beskrivelse | With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia |
Filstørrelse | 68.86 KB |
Antal Installationer | 20 |
Nuværende Version | 3.5.0.10 |
Senest Opdateret | 2015-06-10 |
Udgivelsesdato | 2015-06-10 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | http://www.pricepony.com.my |
Betalingsmetode | free |
Understøttede Sprog | 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:\/\/*\/*" ] } ] } |