Price on Fire
This extension fetches the best prices for products you're interested in.
Price on Fire là gì?
Price on Fire là một tiện ích mở rộng Chrome được phát triển bởi http://www.anuj.ca, và tính năng chính của nó là "This extension fetches the best prices for products you're interested in.".
Ả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 Price on Fire
Tải xuống các tệp mở rộng Price on Fire 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
Price on Fire is an easy to use extension that helps consumers find the best prices for the products they wish to purchase. This extension compares product prices on Amazon with the prices of the same products on eBay. All you have to do is go to an Amazon product page, and once the page is fully loaded, click on the orange PoF logo and watch the prices from eBay merchants show up.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dafbpnlkdiglfmakihogdipapknmoghd |
URL Chính Thức | https://chrome.google.com/webstore/detail/price-on-fire/dafbpnlkdiglfmakihogdipapknmoghd |
Mô tả | This extension fetches the best prices for products you're interested in. |
Kích Thước Tệp | 70.73 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-10-20 |
Ngày Phát Hành | 2014-10-20 |
Nhà Phát Triển | http://www.anuj.ca |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://anuj.ca/price-on-fire/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Price on Fire", "description": "This extension fetches the best prices for products you're interested in.", "version": "1.1", "background": { "scripts": [ "resources\/js\/jquery-1.11.1.min.js", "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/stats.g.doubleclick.net; object-src 'self'", "permissions": [ "http:\/\/svcs.ebay.com\/", "activeTab", "declarativeContent" ], "page_action": { "default_icon": { "19": "resources\/images\/icon_19.png", "38": "resources\/images\/icon_38.png" }, "default_popup": "popup.html", "default_title": "Price on Fire" }, "content_scripts": [ { "js": [ "resources\/js\/jquery-1.11.1.min.js", "search_ebay.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |