Vevue
See video reviews uploaded by users of google places
Wat is Vevue?
Vevue is een Chrome-extensie ontwikkeld door https://vevue.com, en de belangrijkste functie is "See video reviews uploaded by users of google places".
Extensie Screenshots
Download het CRX-bestand van de extensie Vevue
Download Vevue-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | lpajfgbbghmckmgemicjlajifbgfhejf |
Officiële URL | https://chromewebstore.google.com/detail/vevue/lpajfgbbghmckmgemicjlajifbgfhejf |
Beschrijving | See video reviews uploaded by users of google places |
Bestandsgrootte | 57.87 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2013-06-21 |
Publicatiedatum | 2013-06-21 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://vevue.com |
Betalingswijze | free |
Extensiewebsite | https://play.google.com/store/apps/details?id=com.vevues |
Help Pagina-URL | https://play.google.com/store/apps/details?id=com.vevues |
Ondersteunde Talen | 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" } ] } |