Youtube reviews in Google Shopping
Search for a product in Google Shopping, and see reviews from Youtube
Youtube reviews in Google Shoppingとは何ですか?
Youtube reviews in Google Shoppingはgauravvijayによって開発されたChromeの拡張機能で、その主な機能は「Search for a product in Google Shopping, and see reviews from Youtube」です。
拡張機能のスクリーンショット
Youtube reviews in Google Shopping拡張機能のCRXファイルをダウンロード
Youtube reviews in Google Shopping拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Stop searching for product reviews in Youtube. Just search for the product in Google, and go to shopping tab. Click the link (see screenshot) to load the product review video from Youtube. DONE.
拡張機能の基本情報
名前 | Youtube reviews in Google Shopping |
ID | djkodhngihibnhlldnnbhfnigbeohapm |
公式URL | https://chromewebstore.google.com/detail/youtube-reviews-in-google/djkodhngihibnhlldnnbhfnigbeohapm |
説明 | Search for a product in Google Shopping, and see reviews from Youtube |
ファイルサイズ | 11.41 KB |
インストール数 | 11 |
現在のバージョン | 0.4 |
最終更新日 | 2017-12-25 |
公開日 | 2017-12-25 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | gauravvijay |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Smart Google Shopping", "name": "Youtube reviews in Google Shopping", "description": "Search for a product in Google Shopping, and see reviews from Youtube", "version": "0.4", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "index.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |