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란 무엇입니까?

Price Tabs - Amazon, eBay, Price Comparison은(는) https://www.teamextension.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Price Tabs lets you check and compare prices across shopping sites with a single click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Price Tabs - Amazon, eBay, Price Comparison 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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)                    

확장 프로그램 기본 정보

이름 Price Tabs - Amazon, eBay, Price Comparison Price Tabs - Amazon, eBay, Price Comparison
ID ojhbpfjdbcmlkmpcanmmachdgikeomoi
공식 URL https://chromewebstore.google.com/detail/price-tabs-amazon-ebay-pr/ojhbpfjdbcmlkmpcanmmachdgikeomoi
설명 Price Tabs lets you check and compare prices across shopping sites with a single click.
파일 크기 90.39 KB
설치 횟수 596
현재 버전 1.6
최근 업데이트 2017-06-05
출시 날짜 2017-06-05
평점 3.50/5 총 4 개의 평점
개발자 https://www.teamextension.com
결제 유형 free
지원되는 언어 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"
    ]
}