Youtube reviews in Google Shopping
Search for a product in Google Shopping, and see reviews from Youtube
Wat is Youtube reviews in Google Shopping?
Youtube reviews in Google Shopping is een Chrome-extensie ontwikkeld door gauravvijay, en de belangrijkste functie is "Search for a product in Google Shopping, and see reviews from Youtube".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube reviews in Google Shopping
Download Youtube reviews in Google Shopping-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Youtube reviews in Google Shopping |
ID | djkodhngihibnhlldnnbhfnigbeohapm |
Officiële URL | https://chromewebstore.google.com/detail/youtube-reviews-in-google/djkodhngihibnhlldnnbhfnigbeohapm |
Beschrijving | Search for a product in Google Shopping, and see reviews from Youtube |
Bestandsgrootte | 11.41 KB |
Aantal Installaties | 11 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2017-12-25 |
Publicatiedatum | 2017-12-25 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | gauravvijay |
Betalingswijze | free |
Ondersteunde Talen | 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 } |