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是由https://reservio.com开发的Chrome扩展程序,该扩展的主要功能是“Save your time and start managing your bookings with online booking and appointment scheduling software Reservio. It helps you…”。

扩展截图

screenshot

下载Reservio - Scheduling & Online Booking扩展crx文件

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