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'est-ce que PricePony Malaysia ?
PricePony Malaysia est une extension Chrome développée par http://www.pricepony.com.my, et sa fonction principale est "With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PricePony Malaysia
Téléchargez les fichiers d'extension PricePony Malaysia au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | pfhhpgpofjpclpcinkhmgljabkdijfid |
URL Officiel | https://chrome.google.com/webstore/detail/pricepony-malaysia/pfhhpgpofjpclpcinkhmgljabkdijfid |
Description | With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia |
Taille du Fichier | 68.86 KB |
Nombre d'Installations | 20 |
Version Actuelle | 3.5.0.10 |
Dernière Mise à Jour | 2015-06-10 |
Date de Publication | 2015-06-10 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | http://www.pricepony.com.my |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } ] } |