Vevue

See video reviews uploaded by users of google places

Vevue là gì?

Vevue là một tiện ích mở rộng Chrome được phát triển bởi https://vevue.com, và tính năng chính của nó là "See video reviews uploaded by users of google places".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vevue

Tải xuống các tệp mở rộng Vevue dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vevue Vevue
ID lpajfgbbghmckmgemicjlajifbgfhejf
URL Chính Thức https://chromewebstore.google.com/detail/vevue/lpajfgbbghmckmgemicjlajifbgfhejf
Mô tả See video reviews uploaded by users of google places
Kích Thước Tệp 57.87 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2013-06-21
Ngày Phát Hành 2013-06-21
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://vevue.com
Loại Thanh Toán free
Trang Web Mở Rộng https://play.google.com/store/apps/details?id=com.vevues
URL Trang Trợ Giúp https://play.google.com/store/apps/details?id=com.vevues
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}