PriceWink
One Stop Online Shopping with Automatic price comparision and Personalised price alerts.
PriceWink là gì?
PriceWink là một tiện ích mở rộng Chrome được phát triển bởi http://pricewink.in, và tính năng chính của nó là "One Stop Online Shopping with Automatic price comparision and Personalised price alerts.".
Ả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 PriceWink
Tải xuống các tệp mở rộng PriceWink 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
Simply, bachaate raho!!! Save more and get more with FREE PriceWink chrome extension. ✓ Get lower price automatically while you shop ✓ Set your personal target price for any product on any shop PriceWink is absolutely FREE forever. Enjoy the best prices, always, with PriceWink ! Add PriceWink to your chrome now!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fonbfofodfopbaafhahgolemcplblbcg |
URL Chính Thức | https://chrome.google.com/webstore/detail/pricewink/fonbfofodfopbaafhahgolemcplblbcg |
Mô tả | One Stop Online Shopping with Automatic price comparision and Personalised price alerts. |
Kích Thước Tệp | 140 KB |
Số Lần Cài Đặt | 128 |
Phiên Bản Hiện Tại | 1.8.2.24 |
Cập Nhật Lần Cuối | 2014-05-04 |
Ngày Phát Hành | 2014-05-04 |
Đánh Giá | 4.33/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | http://pricewink.in |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.pricewink.in |
URL Trang Trợ Giúp | http://pricewink.in/faq.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PriceWink", "description": "One Stop Online Shopping with Automatic price comparision and Personalised price alerts.", "version": "1.8.2.24", "short_name": "PriceWink", "permissions": [ "tabs", "activeTab", "http:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "popup.css", "scrollbar.css" ], "js": [ "js\/jquery.min.js", "js\/jquery.mousewheel.js", "js\/jquery.jscrollpane.min.js", "js\/base64.js", "js\/rawdeflate.js", "js\/rawinflate.js", "list.js", "pa.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/*", "js\/*" ] } |