klood booking

This plugin allows you to share your klood virtual room details by one click. Just login and go to Google Agenda.

klood booking란 무엇입니까?

klood booking은(는) klood.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This plugin allows you to share your klood virtual room details by one click. Just login and go to Google Agenda."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

klood booking 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This plugin allows you to share your klood virtual room details by one click. Just login and go to Google Agenda.                    

확장 프로그램 기본 정보

이름 klood booking klood booking
ID ncnmfcjeckommhihbfjoliiapacnlchf
공식 URL https://chromewebstore.google.com/detail/klood-booking/ncnmfcjeckommhihbfjoliiapacnlchf
설명 This plugin allows you to share your klood virtual room details by one click. Just login and go to Google Agenda.
파일 크기 105 KB
설치 횟수 17
현재 버전 2.1
최근 업데이트 2017-06-29
출시 날짜 2017-06-29
개발자 klood.io
결제 유형 free
확장 프로그램 웹 사이트 https://klood.io
도움말 페이지 URL https://klood.io
지원되는 언어 en-US,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "klood booking",
    "description": "This plugin allows you to share your klood virtual room details by one click. Just login and go to Google Agenda.",
    "version": "2.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "https:\/\/calendar.google.com\/calendar\/*",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_popup": "app\/views\/extension_popup.html",
        "default_icon": {
            "19": "app\/images\/icon19.png",
            "38": "app\/images\/icon38.png"
        }
    },
    "icons": {
        "16": "app\/images\/icon16.png",
        "48": "app\/images\/icon48.png",
        "128": "app\/images\/icon128.png"
    },
    "web_accessible_resources": [
        "app\/images\/*.svg",
        "app\/images\/*.png",
        "*.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/calendar.google.com\/*",
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "lib\/jquery-2.1.1.min.js",
                "lib\/moment.min.js",
                "lib\/moment-timezone-with-data.min.js",
                "app\/common.js",
                "app\/config.js",
                "app\/view.js",
                "app\/main.js",
                "app\/sign_in.js",
                "app\/services\/rest.js",
                "app\/services\/auth.js",
                "app\/helpers\/date.js",
                "app\/helpers\/recurrence.js"
            ],
            "css": [
                "app\/css\/main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en_US",
    "manifest_version": 2
}