Price Master

Price Master

Price Master란 무엇입니까?

Price Master은(는) https://www.pricemaster.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Price Master"입니다.

확장 프로그램 스크린샷

screenshot

Price Master 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Price Master helps you get live price comparison with the products you are viewing online. We cover hundreds of millions of products from dozens of online merchants. simply go to your favorite online store, search for your desired product and Price Master will locate a better deal for you. occasionally you will be offered similar, related products to help make you shopping decision better. Price Master also offers coupons for top merchants that will be displayed upon arriving at merchant's homepages, saving you money on your future purchase.                    

확장 프로그램 기본 정보

이름 Price Master Price Master
ID mnbbpogddcjkeokinbalnoholjclnakj
공식 URL https://chromewebstore.google.com/detail/price-master/mnbbpogddcjkeokinbalnoholjclnakj
설명 Price Master
파일 크기 40.41 KB
설치 횟수 45
현재 버전 1.0.2
최근 업데이트 2015-09-25
출시 날짜 2015-09-24
개발자 https://www.pricemaster.co
결제 유형 free
확장 프로그램 웹 사이트 http://www.pricemaster.co/index.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Price Master",
    "short_name": "Price Master",
    "version": "1.0.2",
    "description": "Price Master",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/button.png",
        "48": "icons\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "main.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/pricemaster.co.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "extension.js"
    ]
}