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文件
下载UPC Almost Real Time Pricer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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", " |