Price Tabs - Amazon, eBay, Price Comparison

Price Tabs lets you check and compare prices across shopping sites with a single click.

Price Tabs - Amazon, eBay, Price Comparison là gì?

Price Tabs - Amazon, eBay, Price Comparison là một tiện ích mở rộng Chrome được phát triển bởi https://www.teamextension.com, và tính năng chính của nó là "Price Tabs lets you check and compare prices across shopping sites with a single click.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Price Tabs - Amazon, eBay, Price Comparison

Tải xuống các tệp mở rộng Price Tabs - Amazon, eBay, Price Comparison 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

                        Simple and non-intrusive way to compare prices online. Searches multiple sites using different tabs.

Price Tabs opens a tab for the various shopping sites and searches the product you are looking for.

Currently supported sites:
* Amazon
* Target
* Walmart
* eBay
* Google Shopping
* Overstock

Affiliate links are added to support development.

--------------------------

Tips on how to use Price Tabs:

 - You need to go to a product page first before clicking the extension.
 - If you clicked the extension outside the current supported sites, it will redirect you to Amazon (you can change the default site under options)                    

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

Tên Price Tabs - Amazon, eBay, Price Comparison Price Tabs - Amazon, eBay, Price Comparison
ID ojhbpfjdbcmlkmpcanmmachdgikeomoi
URL Chính Thức https://chromewebstore.google.com/detail/price-tabs-amazon-ebay-pr/ojhbpfjdbcmlkmpcanmmachdgikeomoi
Mô tả Price Tabs lets you check and compare prices across shopping sites with a single click.
Kích Thước Tệp 90.39 KB
Số Lần Cài Đặt 596
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2017-06-05
Ngày Phát Hành 2017-06-05
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.teamextension.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Price Tabs - Amazon, eBay, Price Comparison",
    "description": "Price Tabs lets you check and compare prices across shopping sites with a single click.",
    "version": "1.6",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/cs.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}