Youtube reviews in Google Shopping
Search for a product in Google Shopping, and see reviews from Youtube
Youtube reviews in Google Shoppingคืออะไร?
Youtube reviews in Google Shopping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gauravvijay และคุณลักษณะหลักของมันคือ "Search for a product in Google Shopping, and see reviews from Youtube"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube reviews in Google Shopping
ดาวน์โหลดไฟล์ส่วนขยาย Youtube reviews in Google Shopping ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube reviews in Google Shopping |
ID | djkodhngihibnhlldnnbhfnigbeohapm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-reviews-in-google/djkodhngihibnhlldnnbhfnigbeohapm |
คำอธิบาย | Search for a product in Google Shopping, and see reviews from Youtube |
ขนาดไฟล์ | 11.41 KB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2017-12-25 |
วันที่เผยแพร่ | 2017-12-25 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | gauravvijay |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } |