EMS For Google Calendar

EMS for Google Calendar is a Google Chrome extension that allows users to seamlessly create and manage bookings from your EMS…

EMS For Google Calendar란 무엇입니까?

EMS For Google Calendar은(는) EMS Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EMS for Google Calendar is a Google Chrome extension that allows users to seamlessly create and manage bookings from your EMS…"입니다.

확장 프로그램 스크린샷

screenshot

EMS For Google Calendar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        EMS for Google Calendar is a Google Chrome extension that allows users to seamlessly create and manage bookings from your EMS reservation system in Google Calendar.                    

확장 프로그램 기본 정보

이름 EMS For Google Calendar EMS For Google Calendar
ID igchnjedbabgmoengenjmnebnefeoifg
공식 URL https://chromewebstore.google.com/detail/ems-for-google-calendar/igchnjedbabgmoengenjmnebnefeoifg
설명 EMS for Google Calendar is a Google Chrome extension that allows users to seamlessly create and manage bookings from your EMS…
파일 크기 17.12 MB
설치 횟수 355
현재 버전 221.3.0.43
최근 업데이트 2021-08-04
출시 날짜 2020-04-15
개발자 EMS Software
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.emssoftware.com
도움말 페이지 URL https://portal.emssoftware.com/s/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiE1UEjH4U6G1ctrxey4uIOUtAWPFn4NsCx8JIEBQC0UAWQT1I9mznK9tExosAHLZ3A6xoyeJph6iixspIh5GQc9ohiFMjEN57wUE\/UTcPeGKszzxP4bVyomXhOyBTFRkBVPVNC7sDMb\/pcO+5Cx0Rxu6ZTkeCCWs+fMupQFZbAC07OGBwfgm0N2axQVZb2REjGKmY+fsbn8vvgegcIIZUsajr0Mc03UgbuMe2ADkHBZeHzmqfwRab9Fm32W0BOvkv7Ghs8EEOHTKbqCPJBefIei3sma\/xOQObbw8TFZfrcvB8B+b\/zq+6Cg4hv90MsE4hOym\/5ghw+q4jijGyn8raQIDAQAB",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "\/static\/js\/content.3b60c057.js"
            ]
        }
    ],
    "oauth2": {
        "scopes": [
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/calendar.events",
            "https:\/\/www.googleapis.com\/auth\/calendar.settings.readonly",
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly",
            "https:\/\/www.googleapis.com\/auth\/admin.directory.resource.calendar.readonly"
        ],
        "client_id": "317959924954-mels609gce2f9f4onhti7r09gubka3fs.apps.googleusercontent.com"
    },
    "manifest_version": 2,
    "short_name": "EMS For Google Calendar",
    "icons": {
        "1024": "icon_1024x1024.png"
    },
    "web_accessible_resources": [
        "options.html",
        "fonts\/ems-mobile-icons.woff"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "version": "221.3.0.43",
    "background": {
        "scripts": [
            "\/static\/js\/background.ec494dd9.js"
        ]
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "unlimitedStorage",
        "tabs",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/calendar.google.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "EMS For Google Calendar"
    },
    "name": "EMS For Google Calendar"
}