Zoom Player Deals
Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.
Zoom Player Deals là gì?
Zoom Player Deals là một tiện ích mở rộng Chrome được phát triển bởi http://inmatrix.com, và tính năng chính của nó là "Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.".
Ả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 Zoom Player Deals
Tải xuống các tệp mở rộng Zoom Player Deals 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
The Zoom Player Deals extension helps you find the best price and coupons for products you are currently browsing for. Help Zoom Player development flourish by using this extension to help advise you with your online shopping.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jhepckfebdcnjemeknooaegpociaaiae |
URL Chính Thức | https://chrome.google.com/webstore/detail/zoom-player-deals/jhepckfebdcnjemeknooaegpociaaiae |
Mô tả | Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals. |
Kích Thước Tệp | 93.75 KB |
Số Lần Cài Đặt | 1,799 |
Phiên Bản Hiện Tại | 7.0.27 |
Cập Nhật Lần Cuối | 2017-07-10 |
Ngày Phát Hành | 2017-07-10 |
Đánh Giá | 4.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | http://inmatrix.com |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://inmatrix.com/privacy.shtml |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "short_name": "__MSG_shortName__", "version": "7.0.27", "manifest_version": 2, "icons": { "48": "img\/active48.png", "128": "img\/active128.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage", "tabs", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background_script.js", "browser_action.js" ] }, "browser_action": { "default_icon": { "19": "img\/inactive19.png", "38": "img\/inactive38.png" }, "default_title": "__MSG_extName__" }, "content_scripts": [], "default_locale": "en" } |