IPVideoTalk for Google Calendar

IPVideoTalk for Google Calendar.

IPVideoTalk for Google Calendar란 무엇입니까?

IPVideoTalk for Google Calendar은(는) https://meetings.ipvideotalk.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "IPVideoTalk for Google Calendar."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

IPVideoTalk for Google Calendar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Schedule IPVideoTalk meetings directly from Google Calendar                    

확장 프로그램 기본 정보

이름 IPVideoTalk for Google Calendar IPVideoTalk for Google Calendar
ID mbjkajgacpjhlpgjdohdkhdmkkbiljkc
공식 URL https://chromewebstore.google.com/detail/ipvideotalk-for-google-ca/mbjkajgacpjhlpgjdohdkhdmkkbiljkc
설명 IPVideoTalk for Google Calendar.
파일 크기 875 KB
설치 횟수 82
현재 버전 1.0.0.5
최근 업데이트 2020-06-29
출시 날짜 2020-06-29
개발자 https://meetings.ipvideotalk.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.ipvideotalk.com/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "name": "IPVideoTalk for Google Calendar",
    "author": "[email protected]",
    "version": "1.0.0.5",
    "manifest_version": 2,
    "minimum_chrome_version": "38",
    "description": "IPVideoTalk for Google Calendar. ",
    "homepage_url": "https:\/\/www.ipvideotalk.com",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/plugin_icon48.png",
        "default_popup": "popup.html",
        "default_title": "IPVideoTalk for Google Calendar"
    },
    "content_scripts": [
        {
            "css": [
                "css\/base.css",
                "css\/meeting_plugin_login.css"
            ],
            "js": [
                "js\/common\/jquery-1.11.1.min.js",
                "js\/common\/moment-with-locales.min.js",
                "js\/common\/moment-timezone-with-data.min.js",
                "js\/common\/md5.js",
                "js\/common\/jquery.validate.js",
                "js\/common\/jquery.form.js",
                "js\/common\/observer.js",
                "js\/config.js",
                "js\/common\/validate-common.js",
                "js\/common\/en.js",
                "js\/common\/common.js",
                "js\/common_api.js",
                "js\/meeting_plugin_login.js",
                "js\/view.js",
                "js\/common_view.js",
                "js\/main.js",
                "js\/index.js"
            ],
            "matches": [
                "http:\/\/calendar.google.com\/*",
                "https:\/\/calendar.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "images\/plugin_icon48.png",
        "64": "images\/plugin_icon64.png",
        "256": "images\/plugin_icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*\/*",
        "tabs",
        "webRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "images\/*.png",
        "html\/*.html",
        "css\/*.woff",
        "images\/*.gif"
    ]
}