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.」です。
拡張機能のスクリーンショット
klood booking拡張機能のCRXファイルをダウンロード
klood booking拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This plugin allows you to share your klood virtual room details by one click. Just login and go to Google Agenda.
拡張機能の基本情報
名前 | |
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 } |