Shopping Genius
Shopping Genius helps you smartly find the best price online with no effort.
Shopping Genius là gì?
Shopping Genius là một tiện ích mở rộng Chrome được phát triển bởi easysoft, và tính năng chính của nó là "Shopping Genius helps you smartly find the best price online with no effort.".
Ả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 Shopping Genius
Tải xuống các tệp mở rộng Shopping Genius 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
Shopping Genius assists with shopping in more than 3,000 online shops. It also shows you other similar and popular products that you might be interested in as well as available coupons. Only gets activated when there are better offers.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Shopping Genius |
ID | jpddalohgfnmaacfekclepijcjnhjljd |
URL Chính Thức | https://chromewebstore.google.com/detail/shopping-genius/jpddalohgfnmaacfekclepijcjnhjljd |
Mô tả | Shopping Genius helps you smartly find the best price online with no effort. |
Kích Thước Tệp | 80.77 KB |
Số Lần Cài Đặt | 97 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2016-04-24 |
Ngày Phát Hành | 2016-04-23 |
Nhà Phát Triển | easysoft |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "manifest_version": 2, "name": "Shopping Genius", "version": "1.0.6", "background": { "page": "html\/background.html" }, "content_scripts": [ { "all_frames": false, "js": [ "lib\/jquery-1.11.3.min.js", "lib\/content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "Shopping Genius helps you smartly find the best price online with no effort.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |