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 là gì?

PricePony Malaysia là một tiện ích mở rộng Chrome được phát triển bởi http://www.pricepony.com.my, và tính năng chính của nó là "With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PricePony Malaysia

Tải xuống các tệp mở rộng PricePony Malaysia dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PricePony Malaysia PricePony Malaysia
ID pfhhpgpofjpclpcinkhmgljabkdijfid
URL Chính Thức https://chrome.google.com/webstore/detail/pricepony-malaysia/pfhhpgpofjpclpcinkhmgljabkdijfid
Mô tả With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia
Kích Thước Tệp 68.86 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 3.5.0.10
Cập Nhật Lần Cuối 2015-06-10
Ngày Phát Hành 2015-06-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://www.pricepony.com.my
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}