PricePony Malaysia
With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia
Was ist PricePony Malaysia?
PricePony Malaysia ist eine Chrome-Erweiterung, die von http://www.pricepony.com.my entwickelt wurde, und ihr Hauptmerkmal ist "With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia".
Erweiterungsscreenshots
PricePony Malaysia-Erweiterungs-CRX-Datei herunterladen
Laden Sie PricePony Malaysia-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pfhhpgpofjpclpcinkhmgljabkdijfid |
Offizielle URL | https://chrome.google.com/webstore/detail/pricepony-malaysia/pfhhpgpofjpclpcinkhmgljabkdijfid |
Beschreibung | With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia |
Dateigröße | 68.86 KB |
Installationsanzahl | 20 |
Aktuelle Version | 3.5.0.10 |
Letztes Update | 2015-06-10 |
Veröffentlichungsdatum | 2015-06-10 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | http://www.pricepony.com.my |
Zahlungsart | free |
Unterstützte Sprachen | 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:\/\/*\/*" ] } ] } |