Google Hangouts for Device

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

Google Hangouts for Device란 무엇입니까?

Google Hangouts for Device은(는) roks0n에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups."입니다.

확장 프로그램 스크린샷

screenshot

Google Hangouts for Device 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Google Hangouts for Device Google Hangouts for Device
ID gfolnfejfcddkmbpikcajepikaoekoom
공식 URL https://chrome.google.com/webstore/detail/google-hangouts-for-devic/gfolnfejfcddkmbpikcajepikaoekoom
설명 Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.
파일 크기 99.05 KB
설치 횟수 672
현재 버전 0.53
최근 업데이트 2016-03-12
출시 날짜 2016-03-12
평점 3.00/5 총 1 개의 평점
개발자 roks0n
결제 유형 free
지원되는 언어 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\/*"
    ]
}