Restaurant Booking System | BriskTable
Free, Easy-to-use Reservation & Booking Software for Restaurants and Cafes.
Restaurant Booking System | BriskTable là gì?
Restaurant Booking System | BriskTable là một tiện ích mở rộng Chrome được phát triển bởi Brisk Cloudware, và tính năng chính của nó là "Free, Easy-to-use Reservation & Booking Software for Restaurants and Cafes.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Restaurant Booking System | BriskTable
Tải xuống các tệp mở rộng Restaurant Booking System | BriskTable dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Effortlessly manage all of your bookings in one place Our intuitive admin panel allows you to view, manage, and control bookings in one centralized location. How does it work? Upon signing up, BriskTable will generate a custom booking portal for your restaurant. When you link to this web portal on your current website and social media accounts your customers will be able to book tables online. It's that simple! When you receive a booking, you'll get an email notification and be able to view and edit your bookings by logging into our Restaurant Admin Interface. Gain more visibility online You'll be a given a custom web portal that your customers can book through. No setup necessary, it's ready to go. Attract new diners Brisk Table opens your business up to a whole new channel of potential customers. Generate more bookings Your patrons can now book tables quickly and easily via any device, in any location. Instant email notifications. With our free email notifications, your patrons receive instant confirmation of their reservation - as well as reminder emails in the lead up to reduce no-shows. Easy-to-use Set your "Maximum Concurrent Bookings", and we'll automatically pause your online booking portal to ensure you are never overbooked. Works on any device Whether you're on a desktop, laptop, tablet or smartphone - You'll be able to manage your bookings effortlessly. Schedules & Holidays Easily set your custom weekly schedule, and in one-click add, remove and edit holiday dates.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bjchfalkndlcdkpckpefaclcfjgkmpic |
URL Chính Thức | https://chrome.google.com/webstore/detail/restaurant-booking-system/bjchfalkndlcdkpckpefaclcfjgkmpic |
Mô tả | Free, Easy-to-use Reservation & Booking Software for Restaurants and Cafes. |
Kích Thước Tệp | 7.46 KB |
Số Lần Cài Đặt | 58 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-06-11 |
Ngày Phát Hành | 2019-06-11 |
Nhà Phát Triển | Brisk Cloudware |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.brisktable.com/bookings |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Restaurant Booking System | BriskTable", "short_name": "BriskTable", "version": "1.0.0", "manifest_version": 2, "description": "Free, Easy-to-use Reservation & Booking Software for Restaurants and Cafes.", "homepage_url": "http:\/\/www.brisktable.com", "icons": { "128": "images\/icon_128.png" }, "background": { "scripts": [ "btchromeextension.js" ], "persistent": true }, "browser_action": { "default_title": "Open BriskTable Booking System" }, "permissions": [ "http:\/\/www.brisktable.com\/*", "https:\/\/www.brisktable.com\/*" ] } |