StartMeeting.com Scheduler

Schedule Meetings with StartMeeting.com

StartMeeting.com Scheduler란 무엇입니까?

StartMeeting.com Scheduler은(는) https://startmeeting.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Schedule Meetings with StartMeeting.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

StartMeeting.com Scheduler 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The StartMeeting® extension for Google Calendar™ is designed to easily schedule a StartMeeting meeting by creating an event, then clicking Add and Save. You are able to join the meeting or host one from the Google Calendar event by clicking Join or Host.                    

확장 프로그램 기본 정보

이름 StartMeeting.com Scheduler StartMeeting.com Scheduler
ID nnedppabchbjaplcbjpbkcjhpmfdhpin
공식 URL https://chromewebstore.google.com/detail/startmeetingcom-scheduler/nnedppabchbjaplcbjpbkcjhpmfdhpin
설명 Schedule Meetings with StartMeeting.com
파일 크기 64.09 KB
설치 횟수 11,411
현재 버전 0.0.6.0
최근 업데이트 2020-11-03
출시 날짜 2019-11-12
평점 4.25/5 총 8 개의 평점
개발자 https://startmeeting.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://startmeeting.com/
도움말 페이지 URL http://startmeeting.com/faq
개인정보 보호 정책 페이지 URL https://www.freeconferencecall.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "0.0.6.0",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "minimum_chrome_version": "29",
    "permissions": [
        "storage",
        "identity",
        "*:\/\/*.startmeeting.com\/*"
    ],
    "background": {
        "scripts": [
            "vendor\/jquery\/jquery.min.js",
            "js\/config.js",
            "js\/background_oauth.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "dock_icon_16x16_active.png",
        "48": "dock_icon_48x48_active.png",
        "128": "dock_icon_128x128_active.png"
    },
    "page_action": {
        "default_icon": {
            "16": "dock_icon_16x16.png",
            "48": "dock_icon_48x48.png",
            "128": "dock_icon_128x128.png"
        },
        "default_title": "__MSG_extDefaultTitle__"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/calendar.google.com\/*"
            ],
            "js": [
                "vendor\/jquery\/jquery.min.js",
                "js\/config.js",
                "js\/general_api_calls.js",
                "js\/event_tools.js",
                "js\/subscription_tools.js",
                "js\/calendar.js"
            ],
            "css": [
                "css\/general.css"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        "resources\/images\/*.png"
    ]
}