Vevue
See video reviews uploaded by users of google places
Vevue란 무엇입니까?
Vevue은(는) https://vevue.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See video reviews uploaded by users of google places"입니다.
확장 프로그램 스크린샷
Vevue 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } ] } |