Restaurant Booking System | BriskTable

Free, Easy-to-use Reservation & Booking Software for Restaurants and Cafes.

Restaurant Booking System | BriskTable란 무엇입니까?

Restaurant Booking System | BriskTable은(는) Brisk Cloudware에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free, Easy-to-use Reservation & Booking Software for Restaurants and Cafes."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Restaurant Booking System | BriskTable 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Restaurant Booking System | BriskTable Restaurant Booking System | BriskTable
ID bjchfalkndlcdkpckpefaclcfjgkmpic
공식 URL https://chrome.google.com/webstore/detail/restaurant-booking-system/bjchfalkndlcdkpckpefaclcfjgkmpic
설명 Free, Easy-to-use Reservation & Booking Software for Restaurants and Cafes.
파일 크기 7.46 KB
설치 횟수 58
현재 버전 1.0.0
최근 업데이트 2019-06-11
출시 날짜 2019-06-11
개발자 Brisk Cloudware
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.brisktable.com/bookings
지원되는 언어 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\/*"
    ]
}