Youtube reviews in Google Shopping

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

Youtube reviews in Google Shopping là gì?

Youtube reviews in Google Shopping là một tiện ích mở rộng Chrome được phát triển bởi gauravvijay, và tính năng chính của nó là "Search for a product in Google Shopping, and see reviews from Youtube".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube reviews in Google Shopping

Tải xuống các tệp mở rộng Youtube reviews in Google Shopping dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube reviews in Google Shopping Youtube reviews in Google Shopping
ID djkodhngihibnhlldnnbhfnigbeohapm
URL Chính Thức https://chromewebstore.google.com/detail/youtube-reviews-in-google/djkodhngihibnhlldnnbhfnigbeohapm
Mô tả Search for a product in Google Shopping, and see reviews from Youtube
Kích Thước Tệp 11.41 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2017-12-25
Ngày Phát Hành 2017-12-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển gauravvijay
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}