YouCanBookMe - Simplify your scheduling
Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language.
YouCanBookMe - Simplify your schedulingとは何ですか?
YouCanBookMe - Simplify your schedulingはhttps://youcanbook.meによって開発されたChromeの拡張機能で、その主な機能は「Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language.」です。
拡張機能のスクリーンショット
YouCanBookMe - Simplify your scheduling拡張機能のCRXファイルをダウンロード
YouCanBookMe - Simplify your scheduling拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Give your clients the best online scheduling experience with YCBM. Completely customizable, and flexible enough to suit all your scheduling needs. If you’re already scheduling with YouCanBookMe, download the Chrome extension to easily find booking page links without logging into your account. Easily add links to emails, messenger apps, chat tools, social media and more with just one click. You’re never far from setting your next meeting with YCBM’s Chrome Extension.
拡張機能の基本情報
名前 | YouCanBookMe - Simplify your scheduling |
ID | inengpnojiopaookkcmdfoblgpfelebi |
公式URL | https://chromewebstore.google.com/detail/youcanbookme-simplify-you/inengpnojiopaookkcmdfoblgpfelebi |
説明 | Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language. |
ファイルサイズ | 984 KB |
インストール数 | 3,075 |
現在のバージョン | 2.2.3 |
最終更新日 | 2023-11-09 |
公開日 | 2023-04-11 |
評価 | 4.42/5 合計 12 レビュー |
開発者 | https://youcanbook.me |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://youcanbook.me/ |
ヘルプページのURL | https://support.youcanbook.me/ |
プライバシーポリシーページのURL | https://youcanbook.me/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouCanBookMe - Simplify your scheduling", "description": "Streamline scheduling by automating the back and forth. The most customizable scheduling software in any language.", "version": "2.2.3", "action": { "default_popup": "index.html" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js", "type": "module" }, "externally_connectable": { "matches": [ "https:\/\/app.youcanbook.me\/*" ] }, "icons": { "16": "icons\/extension_icon16.png", "32": "icons\/extension_icon32.png", "48": "icons\/extension_icon48.png", "128": "icons\/extension_icon128.png" } } |