Vevue

See video reviews uploaded by users of google places

Co to jest Vevue?

Vevue to rozszerzenie Chrome opracowane przez https://vevue.com, a jego główną funkcją jest „See video reviews uploaded by users of google places”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Vevue

Pobierz pliki rozszerzeń Vevue w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Vevue Vevue
ID lpajfgbbghmckmgemicjlajifbgfhejf
Oficjalny URL https://chromewebstore.google.com/detail/vevue/lpajfgbbghmckmgemicjlajifbgfhejf
Opis See video reviews uploaded by users of google places
Rozmiar pliku 57.87 KB
Liczba instalacji 23
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2013-06-21
Data Publikacji 2013-06-21
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://vevue.com
Typ Płatności free
Strona Rozszerzenia https://play.google.com/store/apps/details?id=com.vevues
Adres URL Strony Pomocy https://play.google.com/store/apps/details?id=com.vevues
Obsługiwane Języki 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"
        }
    ]
}