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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://reservio.com และคุณลักษณะหลักของมันคือ "Save your time and start managing your bookings with online booking and appointment scheduling software Reservio. It helps you…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reservio - Scheduling & Online Booking

ดาวน์โหลดไฟล์ส่วนขยาย Reservio - Scheduling & Online Booking ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
            ]
        }
    ]
}