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" } |