Youtube reviews in Google Shopping
Search for a product in Google Shopping, and see reviews from Youtube
Hvad er Youtube reviews in Google Shopping?
Youtube reviews in Google Shopping er en Chrome-udvidelse udviklet af gauravvijay, og dens hovedfunktion er "Search for a product in Google Shopping, and see reviews from Youtube".
Udvidelsesskærmbilleder
Download Youtube reviews in Google Shopping-udvidelses-CRX-fil
Download Youtube reviews in Google Shopping-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Youtube reviews in Google Shopping |
ID | djkodhngihibnhlldnnbhfnigbeohapm |
Officiel URL | https://chromewebstore.google.com/detail/youtube-reviews-in-google/djkodhngihibnhlldnnbhfnigbeohapm |
Beskrivelse | Search for a product in Google Shopping, and see reviews from Youtube |
Filstørrelse | 11.41 KB |
Antal Installationer | 11 |
Nuværende Version | 0.4 |
Senest Opdateret | 2017-12-25 |
Udgivelsesdato | 2017-12-25 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | gauravvijay |
Betalingsmetode | free |
Understøttede Sprog | 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 } |