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 là gì?
UPC Almost Real Time Pricer là một tiện ích mở rộng Chrome được phát triển bởi rtpricer, và tính năng chính của nó là "Get Almost Real Time Price Compare from leading online retailers for every UPC on any web page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UPC Almost Real Time Pricer
Tải xuống các tệp mở rộng UPC Almost Real Time Pricer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pkegapagjeenhnhkdmnbkdinffimjmop |
URL Chính Thức | https://chrome.google.com/webstore/detail/upc-almost-real-time-pric/pkegapagjeenhnhkdmnbkdinffimjmop |
Mô tả | Get Almost Real Time Price Compare from leading online retailers for every UPC on any web page |
Kích Thước Tệp | 1013 KB |
Số Lần Cài Đặt | 108 |
Phiên Bản Hiện Tại | 0.9 |
Cập Nhật Lần Cuối | 2018-05-06 |
Ngày Phát Hành | 2018-05-06 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | rtpricer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.rtpricer.com |
URL Trang Trợ Giúp | https://www.rtpricer.com/contact |
Ngôn Ngữ Được Hỗ Trợ | 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", " |