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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |