Reservio - Scheduling & Online Booking

Save your time and start managing your bookings with online booking and appointment scheduling software Reservio. It helps you…

Wat is Reservio - Scheduling & Online Booking?

Reservio - Scheduling & Online Booking is een Chrome-extensie ontwikkeld door https://reservio.com, en de belangrijkste functie is "Save your time and start managing your bookings with online booking and appointment scheduling software Reservio. It helps you…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Reservio - Scheduling & Online Booking

Download Reservio - Scheduling & Online Booking-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Reservio - Scheduling & Online Booking Reservio - Scheduling & Online Booking
ID dcplnjefdiofhkgfbinbafljcehmacaa
Officiële URL https://chromewebstore.google.com/detail/reservio-scheduling-onlin/dcplnjefdiofhkgfbinbafljcehmacaa
Beschrijving Save your time and start managing your bookings with online booking and appointment scheduling software Reservio. It helps you…
Bestandsgrootte 52.08 KB
Aantal Installaties 1,352
Huidige Versie 1.0.3
Laatst Bijgewerkt 2016-05-20
Publicatiedatum 2016-05-20
Beoordeling 4.00/5 Totaal 8 Beoordelingen
Ontwikkelaar https://reservio.com
Betalingswijze free
Help Pagina-URL http://www.reservio.com/customer-care/
Ondersteunde Talen 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"
            ]
        }
    ]
}