Vevue
See video reviews uploaded by users of google places
Vevueคืออะไร?
Vevue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vevue.com และคุณลักษณะหลักของมันคือ "See video reviews uploaded by users of google places"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vevue
ดาวน์โหลดไฟล์ส่วนขยาย Vevue ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Leave nothing in your world undiscovered. Sharing is caring and we've set out to prove it. Vevue lets you instantly record 30 second video reviews wherever you are...lounging at the beach, hanging at the local watering hole or catching a snooze at a Russian bath. Give your friends and everyone else a glimpse into your world and your lens. Be the first to Vevue your community! Video reviews seen throughout Google+ Local. Download the App; https://play.google.com/store/apps/details?id=com.vevues
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lpajfgbbghmckmgemicjlajifbgfhejf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vevue/lpajfgbbghmckmgemicjlajifbgfhejf |
คำอธิบาย | See video reviews uploaded by users of google places |
ขนาดไฟล์ | 57.87 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2013-06-21 |
วันที่เผยแพร่ | 2013-06-21 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://vevue.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://play.google.com/store/apps/details?id=com.vevues |
URL หน้าช่วยเหลือ | https://play.google.com/store/apps/details?id=com.vevues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vevue", "version": "1.4", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/plus.google.com\/*", "https:\/\/gdata.youtube.com\/*", "http:\/\/gdata.youtube.com\/*", "http:\/\/vevue.com\/webservice\/*", "http:\/\/img.youtube.com\/*" ], "description": "See video reviews uploaded by users of google places", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/*" ], "js": [ "jquery.js", "vevue.js" ], "run_at": "document_end" } ] } |