Youtube reviews in Google Shopping

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

Vad är Youtube reviews in Google Shopping?

Youtube reviews in Google Shopping är en Chrome-tillägg utvecklad av gauravvijay, och dess huvudfunktion är "Search for a product in Google Shopping, and see reviews from Youtube".

Tilläggsskärmbilder

screenshot

Ladda ner Youtube reviews in Google Shopping-förlängningens CRX-fil

Ladda ner Youtube reviews in Google Shopping-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Youtube reviews in Google Shopping Youtube reviews in Google Shopping
ID djkodhngihibnhlldnnbhfnigbeohapm
Officiell webbadress https://chromewebstore.google.com/detail/youtube-reviews-in-google/djkodhngihibnhlldnnbhfnigbeohapm
Beskrivning Search for a product in Google Shopping, and see reviews from Youtube
Filstorlek 11.41 KB
Antal Installationer 11
Aktuell Version 0.4
Senast Uppdaterad 2017-12-25
Publiceringsdatum 2017-12-25
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare gauravvijay
Betalningssätt free
Stödda Språk 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
}