UPC Almost Real Time Pricer
Get Almost Real Time Price Compare from leading online retailers for every UPC on any web page
UPC Almost Real Time Pricer란 무엇입니까?
UPC Almost Real Time Pricer은(는) rtpricer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Almost Real Time Price Compare from leading online retailers for every UPC on any web page"입니다.
확장 프로그램 스크린샷
UPC Almost Real Time Pricer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get Almost Real Time(less than 6 hours) Price Compare from leading online retailers for every UPC/EAN on any web page. this extension Will automatically detect UPC/EAN anywhere on a product page or an email or a search page. Each UPC/EAN item is displayed as a blue bold link as in Wikipedia And when you hover over it - it will pop up a window(TOOLTIP) of price and reviews information. you can click the link and open a new web page with all the information on the site: rtpricer.com. by collecting product information, including pricing, from participating retailers and then displaying that collective information on a single results window/page shoppers can compare prices, shipping options, and service from multiple retailers on a single window/page and choose the merchant that offers the best overall value. DO NOT SHOP E-COMMERCE WITHOUT THIS TOOL! IT WILL SAVE YOU A LOT OF MONEY ON EXACTLY THE PRODUCT YOU ARE LOOKING FOR!
확장 프로그램 기본 정보
이름 | |
ID | pkegapagjeenhnhkdmnbkdinffimjmop |
공식 URL | https://chrome.google.com/webstore/detail/upc-almost-real-time-pric/pkegapagjeenhnhkdmnbkdinffimjmop |
설명 | Get Almost Real Time Price Compare from leading online retailers for every UPC on any web page |
파일 크기 | 1013 KB |
설치 횟수 | 108 |
현재 버전 | 0.9 |
최근 업데이트 | 2018-05-06 |
출시 날짜 | 2018-05-06 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | rtpricer |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.rtpricer.com |
도움말 페이지 URL | https://www.rtpricer.com/contact |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "scripts": [ "thirdParty\/jquery.min.js", "consts.js", "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "thirdParty\/jquery.min.js", "thirdParty\/jquery.upcfilter.js", "thirdParty\/tippy.all.min.js", "consts.js", "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "css": [ "style.css" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "19": "images\/icon32.png" }, "default_title": "RT Pricer" }, "description": "Get Almost Real Time Price Compare from leading online retailers for every UPC on any web page", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png" }, "manifest_version": 2, "name": "UPC Almost Real Time Pricer", "short_name": "RT Pricer", "permissions": [ "storage", "webRequest", "webNavigation", "webRequestBlocking", " |