Reservio - Scheduling & Online Booking
Save your time and start managing your bookings with online booking and appointment scheduling software Reservio. It helps you…
Reservio - Scheduling & Online Booking란 무엇입니까?
Reservio - Scheduling & Online Booking은(는) https://reservio.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save your time and start managing your bookings with online booking and appointment scheduling software Reservio. It helps you…"입니다.
확장 프로그램 스크린샷
Reservio - Scheduling & Online Booking 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save your time and start managing your bookings with online booking and appointment scheduling software Reservio. It helps you improve your services, promote your business better and grow it faster. Organize your schedule with simple online calendar and stay up to date anywhere you go. Automate repetitive tasks, accept bookings 24/7, reduce your no-shows with email & text reminders. Join our community of 30 000+ businesses and try it free today!
확장 프로그램 기본 정보
이름 | Reservio - Scheduling & Online Booking |
ID | dcplnjefdiofhkgfbinbafljcehmacaa |
공식 URL | https://chromewebstore.google.com/detail/reservio-scheduling-onlin/dcplnjefdiofhkgfbinbafljcehmacaa |
설명 | Save your time and start managing your bookings with online booking and appointment scheduling software Reservio. It helps you… |
파일 크기 | 52.08 KB |
설치 횟수 | 1,352 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2016-05-20 |
출시 날짜 | 2016-05-20 |
평점 | 4.00/5 총 8 개의 평점 |
개발자 | https://reservio.com |
결제 유형 | free |
도움말 페이지 URL | http://www.reservio.com/customer-care/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reservio - Scheduling & Online Booking", "short_name": "Reservio", "version": "1.0.3", "icons": { "16": "img\/appIcon128.png", "48": "img\/appIcon128.png", "128": "img\/appIcon128.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "notifications", "http:\/\/app.reservio.com\/", "tabs", "http:\/\/app.reservio.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "jquery.min.js", "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/app.reservio.com\/" ], "js": [ "contentscript.js" ] } ] } |