PricePony Malaysia
With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia
O que é PricePony Malaysia?
PricePony Malaysia é uma extensão do Chrome desenvolvida por http://www.pricepony.com.my, e sua principal característica é "With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PricePony Malaysia
Baixe arquivos de extensão PricePony Malaysia no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | pfhhpgpofjpclpcinkhmgljabkdijfid |
URL Oficial | https://chrome.google.com/webstore/detail/pricepony-malaysia/pfhhpgpofjpclpcinkhmgljabkdijfid |
Descrição | With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia |
Tamanho do Arquivo | 68.86 KB |
Contagem de Instalações | 20 |
Versão Atual | 3.5.0.10 |
Última Atualização | 2015-06-10 |
Data de Publicação | 2015-06-10 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | http://www.pricepony.com.my |
Tipo de Pagamento | free |
Idiomas Suportados | 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:\/\/*\/*" ] } ] } |