PricePony Malaysia
With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia
Cos'è PricePony Malaysia?
PricePony Malaysia è un'estensione di Chrome sviluppata da http://www.pricepony.com.my, e la sua funzione principale è "With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PricePony Malaysia
Scarica i file di estensione PricePony Malaysia in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | pfhhpgpofjpclpcinkhmgljabkdijfid |
URL Ufficiale | https://chrome.google.com/webstore/detail/pricepony-malaysia/pfhhpgpofjpclpcinkhmgljabkdijfid |
Descrizione | With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia |
Dimensione del File | 68.86 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 3.5.0.10 |
Ultimo Aggiornamento | 2015-06-10 |
Data di Pubblicazione | 2015-06-10 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | http://www.pricepony.com.my |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } ] } |