klood booking

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

Was ist klood booking?

klood booking ist eine Chrome-Erweiterung, die von klood.io entwickelt wurde, und ihr Hauptmerkmal ist "This plugin allows you to share your klood virtual room details by one click. Just login and go to Google Agenda.".

Erweiterungsscreenshots

screenshot
screenshot

klood booking-Erweiterungs-CRX-Datei herunterladen

Laden Sie klood booking-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name klood booking klood booking
ID ncnmfcjeckommhihbfjoliiapacnlchf
Offizielle URL https://chromewebstore.google.com/detail/klood-booking/ncnmfcjeckommhihbfjoliiapacnlchf
Beschreibung This plugin allows you to share your klood virtual room details by one click. Just login and go to Google Agenda.
Dateigröße 105 KB
Installationsanzahl 17
Aktuelle Version 2.1
Letztes Update 2017-06-29
Veröffentlichungsdatum 2017-06-29
Entwickler klood.io
Zahlungsart free
Erweiterungswebsite https://klood.io
Hilfeseite URL https://klood.io
Unterstützte Sprachen 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
}