Reservio - Scheduling & Online Booking

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

¿Qué es Reservio - Scheduling & Online Booking?

Reservio - Scheduling & Online Booking es una extensión de Chrome desarrollada por https://reservio.com, y su función principal es "Save your time and start managing your bookings with online booking and appointment scheduling software Reservio. It helps you…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Reservio - Scheduling & Online Booking

Descarga archivos de extensión Reservio - Scheduling & Online Booking en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Reservio - Scheduling & Online Booking Reservio - Scheduling & Online Booking
ID dcplnjefdiofhkgfbinbafljcehmacaa
URL Oficial https://chromewebstore.google.com/detail/reservio-scheduling-onlin/dcplnjefdiofhkgfbinbafljcehmacaa
Descripción Save your time and start managing your bookings with online booking and appointment scheduling software Reservio. It helps you…
Tamaño del Archivo 52.08 KB
Cantidad de Instalaciones 1,352
Versión Actual 1.0.3
Última Actualización 2016-05-20
Fecha de Publicación 2016-05-20
Calificación 4.00/5 Total de 8 Calificaciones
Desarrollador https://reservio.com
Tipo de Pago free
URL de la Página de Ayuda http://www.reservio.com/customer-care/
Idiomas Soportados 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"
            ]
        }
    ]
}