PricePony Malaysia
With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia
什么是PricePony Malaysia?
PricePony Malaysia是由http://www.pricepony.com.my开发的Chrome扩展程序,该扩展的主要功能是“With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia”。
扩展截图
下载PricePony Malaysia扩展crx文件
下载PricePony Malaysia扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | pfhhpgpofjpclpcinkhmgljabkdijfid |
官方URL | https://chrome.google.com/webstore/detail/pricepony-malaysia/pfhhpgpofjpclpcinkhmgljabkdijfid |
简介 | With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia |
文件大小 | 68.86 KB |
安装次数 | 20 |
当前版本 | 3.5.0.10 |
更新时间 | 2015-06-10 |
上架时间 | 2015-06-10 |
评分 | 5.00/5 共3次评分 |
开发者 | http://www.pricepony.com.my |
付费类型 | free |
支持的语言 | 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:\/\/*\/*" ] } ] } |