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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |