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:\/\/*\/*" ] } ] } |