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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save your time and start managing your bookings with online booking and appointment scheduling software Reservio. It helps you…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reservio - Scheduling & Online Booking एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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