Youtube reviews in Google Shopping
Search for a product in Google Shopping, and see reviews from Youtube
Was ist Youtube reviews in Google Shopping?
Youtube reviews in Google Shopping ist eine Chrome-Erweiterung, die von gauravvijay entwickelt wurde, und ihr Hauptmerkmal ist "Search for a product in Google Shopping, and see reviews from Youtube".
Erweiterungsscreenshots
Youtube reviews in Google Shopping-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube reviews in Google Shopping-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Youtube reviews in Google Shopping |
ID | djkodhngihibnhlldnnbhfnigbeohapm |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-reviews-in-google/djkodhngihibnhlldnnbhfnigbeohapm |
Beschreibung | Search for a product in Google Shopping, and see reviews from Youtube |
Dateigröße | 11.41 KB |
Installationsanzahl | 11 |
Aktuelle Version | 0.4 |
Letztes Update | 2017-12-25 |
Veröffentlichungsdatum | 2017-12-25 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | gauravvijay |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |