Pricemetry - First on deals you like
Enjoying discounts on its favorites products has never been easier !
Pricemetry - First on deals you like là gì?
Pricemetry - First on deals you like là một tiện ích mở rộng Chrome được phát triển bởi https://pricemetry.com, và tính năng chính của nó là "Enjoying discounts on its favorites products has never been easier !".
Ả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 Pricemetry - First on deals you like
Tải xuống các tệp mở rộng Pricemetry - First on deals you like 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
Prices keep changing on the web. Did you know Amazon changes its prices 2.5 million times per day ? Track the price, you will know in real time when a product you love is in discount! Use our nice button during your shopping escapades on the web to add everything you want. Great deals will come not long after. Pricemetry supports 30,000 retailers. Hmm that's not the very truth... in fact we support many more, our technology can track any product-like page with a success rate of 94%. Because we shouldn't have to choose only on big retailers, craftsmans's works are too awesome to put aside! - 1 - Browse your favorites shops - 2 - You like a product ? Save it! - 3 - Once it drops we notify you
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nefokogibeilegomlfpcgiebmpfhlgll |
URL Chính Thức | https://chromewebstore.google.com/detail/pricemetry-first-on-deals/nefokogibeilegomlfpcgiebmpfhlgll |
Mô tả | Enjoying discounts on its favorites products has never been easier ! |
Kích Thước Tệp | 144 KB |
Số Lần Cài Đặt | 770 |
Phiên Bản Hiện Tại | 1.1.7 |
Cập Nhật Lần Cuối | 2014-09-18 |
Ngày Phát Hành | 2014-09-18 |
Đánh Giá | 3.82/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://pricemetry.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://pricemetry.com |
URL Trang Trợ Giúp | http://pricemetry/installed/chrome |
Ngôn Ngữ Được Hỗ Trợ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.7", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "fr", "homepage_url": "https:\/\/pricemetry.com", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon_128.png", "default_title": "__MSG_appAction__" }, "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "apps\/*", "lib\/*" ], "content_scripts": [ { "js": [ "prebookmarklet.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start" }, { "js": [ "lib\/jquery-2.1.1.min.js", "notify.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_end" } ] } |