ReadyTalk Google Calendar Integration

Easily start and schedule ReadyTalk meetings in Google Calendar.

ReadyTalk Google Calendar Integration란 무엇입니까?

ReadyTalk Google Calendar Integration은(는) ReadyTalk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily start and schedule ReadyTalk meetings in Google Calendar."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ReadyTalk Google Calendar Integration 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Instantly start an on-demand meeting directly from the Google Calendar Extension.

Easily schedule meetings and seamlessly add ReadyTalk meeting details to your Google Calendar appointment.

Allow participants to join your ReadyTalk meeting quickly with a single click from your Google Calendar appointment.

Safely store multiple sets of credentials to help you stay organized.                    

확장 프로그램 기본 정보

이름 ReadyTalk Google Calendar Integration ReadyTalk Google Calendar Integration
ID ngjoedobndhmodcekbnhgkidlehcmeki
공식 URL https://chrome.google.com/webstore/detail/readytalk-google-calendar/ngjoedobndhmodcekbnhgkidlehcmeki
설명 Easily start and schedule ReadyTalk meetings in Google Calendar.
파일 크기 339 KB
설치 횟수 63
현재 버전 0.9.8
최근 업데이트 2018-01-31
출시 날짜 2018-01-31
개발자 ReadyTalk
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.readytalk.com/products-services/integrations/connectivity/google-calendar
도움말 페이지 URL https://support.readytalk.com/SP/?src=ccemail
개인정보 보호 정책 페이지 URL https://www.readytalk.com/privacy-statement
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReadyTalk Google Calendar Integration",
    "description": "Easily start and schedule ReadyTalk meetings in Google Calendar.",
    "version": "0.9.8",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "ReadyTalk Google Calendar Integration",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "https:\/\/cc.readytalk.com\/",
        "background",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "js\/xhr.js",
            "js\/util.js",
            "js\/vendor\/moment\/moment.min.js",
            "js\/vendor\/moment\/moment-round.min.js",
            "js\/vendor\/handlebars\/handlebars.runtime-v4.0.11.js",
            "js\/vendor\/handlebars\/helpers.hybrid.js",
            "js\/templates\/meetings.js",
            "js\/config.js",
            "js\/model.js",
            "js\/event.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/calendar*"
            ],
            "css": [
                "style\/content.css",
                "style\/vendor\/mdc-web\/material-components-web.min.css"
            ],
            "js": [
                "js\/util.js",
                "js\/model.js",
                "js\/config.js",
                "js\/vendor\/mdc-web\/material-components-web.min.js",
                "js\/content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "web_accessible_resources": [
        "img\/*"
    ]
}