Google Hangouts for Device

Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.

Google Hangouts for Device là gì?

Google Hangouts for Device là một tiện ích mở rộng Chrome được phát triển bởi roks0n, và tính năng chính của nó là "Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.".

Ả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 Google Hangouts for Device

Tải xuống các tệp mở rộng Google Hangouts for Device 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

                                            

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

Tên Google Hangouts for Device Google Hangouts for Device
ID gfolnfejfcddkmbpikcajepikaoekoom
URL Chính Thức https://chrome.google.com/webstore/detail/google-hangouts-for-devic/gfolnfejfcddkmbpikcajepikaoekoom
Mô tả Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.
Kích Thước Tệp 99.05 KB
Số Lần Cài Đặt 672
Phiên Bản Hiện Tại 0.53
Cập Nhật Lần Cuối 2016-03-12
Ngày Phát Hành 2016-03-12
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển roks0n
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Hangouts for Device",
    "short_name": "Google Hangouts Device",
    "description": "Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.",
    "author": "roks0n",
    "version": "0.53",
    "icons": {
        "16": "media\/icon_16.png",
        "48": "media\/icon_48.png",
        "128": "media\/icon_128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "media\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "alarms",
        "storage",
        "notifications",
        "https:\/\/hangouts.google.com\/hangouts\/*"
    ]
}