Shopping Genius
Shopping Genius helps you smartly find the best price online with no effort.
什么是Shopping Genius?
Shopping Genius是由easysoft开发的Chrome扩展程序,该扩展的主要功能是“Shopping Genius helps you smartly find the best price online with no effort.”。
扩展截图
下载Shopping Genius扩展crx文件
下载Shopping Genius扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Shopping Genius |
ID | jpddalohgfnmaacfekclepijcjnhjljd |
官方URL | https://chromewebstore.google.com/detail/shopping-genius/jpddalohgfnmaacfekclepijcjnhjljd |
简介 | Shopping Genius helps you smartly find the best price online with no effort. |
文件大小 | 80.77 KB |
安装次数 | 97 |
当前版本 | 1.0.6 |
更新时间 | 2016-04-24 |
上架时间 | 2016-04-23 |
开发者 | easysoft |
付费类型 | free |
支持的语言 | 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" } |