Youtube reviews in Google Shopping

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

O que é Youtube reviews in Google Shopping?

Youtube reviews in Google Shopping é uma extensão do Chrome desenvolvida por gauravvijay, e sua principal característica é "Search for a product in Google Shopping, and see reviews from Youtube".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Youtube reviews in Google Shopping

Baixe arquivos de extensão Youtube reviews in Google Shopping no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Youtube reviews in Google Shopping Youtube reviews in Google Shopping
ID djkodhngihibnhlldnnbhfnigbeohapm
URL Oficial https://chromewebstore.google.com/detail/youtube-reviews-in-google/djkodhngihibnhlldnnbhfnigbeohapm
Descrição Search for a product in Google Shopping, and see reviews from Youtube
Tamanho do Arquivo 11.41 KB
Contagem de Instalações 11
Versão Atual 0.4
Última Atualização 2017-12-25
Data de Publicação 2017-12-25
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor gauravvijay
Tipo de Pagamento free
Idiomas Suportados 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
}