Youtube reviews in Google Shopping

Search for a product in Google Shopping, and see reviews from Youtube

Co to jest Youtube reviews in Google Shopping?

Youtube reviews in Google Shopping to rozszerzenie Chrome opracowane przez gauravvijay, a jego główną funkcją jest „Search for a product in Google Shopping, and see reviews from Youtube”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Youtube reviews in Google Shopping

Pobierz pliki rozszerzeń Youtube reviews in Google Shopping w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Youtube reviews in Google Shopping Youtube reviews in Google Shopping
ID djkodhngihibnhlldnnbhfnigbeohapm
Oficjalny URL https://chromewebstore.google.com/detail/youtube-reviews-in-google/djkodhngihibnhlldnnbhfnigbeohapm
Opis Search for a product in Google Shopping, and see reviews from Youtube
Rozmiar pliku 11.41 KB
Liczba instalacji 11
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2017-12-25
Data Publikacji 2017-12-25
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper gauravvijay
Typ Płatności free
Obsługiwane Języki 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
}