Youtube reviews in Google Shopping
Search for a product in Google Shopping, and see reviews from Youtube
Qu'est-ce que Youtube reviews in Google Shopping ?
Youtube reviews in Google Shopping est une extension Chrome développée par gauravvijay, et sa fonction principale est "Search for a product in Google Shopping, and see reviews from Youtube".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube reviews in Google Shopping
Téléchargez les fichiers d'extension Youtube reviews in Google Shopping au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Youtube reviews in Google Shopping |
ID | djkodhngihibnhlldnnbhfnigbeohapm |
URL Officiel | https://chromewebstore.google.com/detail/youtube-reviews-in-google/djkodhngihibnhlldnnbhfnigbeohapm |
Description | Search for a product in Google Shopping, and see reviews from Youtube |
Taille du Fichier | 11.41 KB |
Nombre d'Installations | 11 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2017-12-25 |
Date de Publication | 2017-12-25 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | gauravvijay |
Type de Paiement | free |
Langues Prises en Charge | 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 } |