PriceLocal

Chrome Extension for PriceLocal

PriceLocal란 무엇입니까?

PriceLocal은(는) https://getpricelocal.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension for PriceLocal"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        PriceLocal lets you get a price match from local stores that match the Amazon price on products you request. Simply install the Chrome extension, shop for what you want on Amazon and PriceLocal lets you send your price match requests to local stores! Shop local, save big!                    

확장 프로그램 기본 정보

이름 PriceLocal PriceLocal
ID fcnjjcioichnaamcgeefofffenomgaaa
공식 URL https://chromewebstore.google.com/detail/pricelocal/fcnjjcioichnaamcgeefofffenomgaaa
설명 Chrome Extension for PriceLocal
파일 크기 18.13 KB
설치 횟수 420
현재 버전 0.192
최근 업데이트 2016-08-01
출시 날짜 2016-08-01
개발자 https://getpricelocal.com
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "PriceLocal"
    },
    "name": "PriceLocal",
    "description": "Chrome Extension for PriceLocal",
    "homepage_url": "http:\/\/www.getpricelocal.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "",
        "geolocation",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.getpricelocal.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "bookmarklet.js"
    ],
    "version": "0.192",
    "manifest_version": 2
}