Youtube reviews in Google Shopping
Search for a product in Google Shopping, and see reviews from Youtube
Apa itu Youtube reviews in Google Shopping?
Youtube reviews in Google Shopping adalah ekstensi Chrome yang dikembangkan oleh gauravvijay, dan fitur utamanya adalah "Search for a product in Google Shopping, and see reviews from Youtube".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Youtube reviews in Google Shopping
Unduh file ekstensi Youtube reviews in Google Shopping dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Youtube reviews in Google Shopping |
ID | djkodhngihibnhlldnnbhfnigbeohapm |
URL Resmi | https://chromewebstore.google.com/detail/youtube-reviews-in-google/djkodhngihibnhlldnnbhfnigbeohapm |
Deskripsi | Search for a product in Google Shopping, and see reviews from Youtube |
Ukuran File | 11.41 KB |
Jumlah Instalasi | 11 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2017-12-25 |
Tanggal Publikasi | 2017-12-25 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | gauravvijay |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |