Pricepin - Never miss a discount

This extension lets you pin a product using a chrome extension

Pricepin - Never miss a discount란 무엇입니까?

Pricepin - Never miss a discount은(는) https://pricep.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension lets you pin a product using a chrome extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Pricepin - Never miss a discount 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Every product will eventually drop in price. Pricepin lets you pin items from any webshop and notifies you when the price goes down. Start pinning with the Pricepin extension and get notified whenever the price changes!                    

확장 프로그램 기본 정보

이름 Pricepin - Never miss a discount Pricepin - Never miss a discount
ID obflonmhgjnifdbampilbdecpofobola
공식 URL https://chromewebstore.google.com/detail/pricepin-never-miss-a-dis/obflonmhgjnifdbampilbdecpofobola
설명 This extension lets you pin a product using a chrome extension
파일 크기 163 KB
설치 횟수 165
현재 버전 1.1.2
최근 업데이트 2016-06-27
출시 날짜 2016-06-27
평점 3.67/5 총 9 개의 평점
개발자 https://pricep.in
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://pricep.in
도움말 페이지 URL https://pricep.in/support-faqs
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pricepin - Never miss a discount",
    "short_name": "Pricepin",
    "description": "This extension lets you pin a product using a chrome extension",
    "version": "1.1.2",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/shield-logo-pricepin-16x16.png",
        "48": "images\/shield-logo-pricepin-48x48.png",
        "128": "images\/shield-logo-pricepin-128x128.png"
    }
}