Hostelhops Reception App

Turns your hostel%39s reception desk into a fully-connected and profitable travel agency!

Τι είναι το Hostelhops Reception App;

Το Hostelhops Reception App είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.hostelhops.com, και η κύρια λειτουργία του είναι "Turns your hostel%39s reception desk into a fully-connected and profitable travel agency!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Hostelhops Reception App

Λήψη αρχείων επέκτασης Hostelhops Reception App σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        No more relying on phone calls, emails or text messages! 

The Hostelhops Reception App, by Open Travel Exchange, turns your hostel's reception in to a fully connected travel agency that you use to book your guests' next hostel, tour or transport.

Simply install the Hostelhops Reception App and either create a new hostel account, or sync it with your already existing account in Open Travel Exchange.

Features now live:
 - Book your guests' next hostel and earn a 12% commission.
 - Invite partner hostels to join the Hostelhops network to ensure your guests have the best hostel booking options
 - Receive instant desktop notifications of new booking activity directly to your reception. No more overlooked emails!
 - Keeps your hostel connected to our servers to make sure that we know it was YOUR guest who made the booking
 - Direct Dashboard links to your Open Travel Exchange backend so you can update property, room & rate information and real time availability

Features coming soon:
 - Book tours and activities
 - Book transportation, like busses, shuttles and transfers
 - Invite tour and transportation providers you already work with to join Hostelhops
 - And much, much more to help you hostel succeed in the highly competitive wold of tourism and bookings!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Hostelhops Reception App Hostelhops Reception App
ID bnejafckemhphglokpheonnpiohhnhfp
Επίσημο URL https://chrome.google.com/webstore/detail/hostelhops-reception-app/bnejafckemhphglokpheonnpiohhnhfp
Περιγραφή Turns your hostel%39s reception desk into a fully-connected and profitable travel agency!
Μέγεθος Αρχείου 848 KB
Αριθμός Εγκαταστάσεων 19
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2016-12-01
Ημερομηνία Δημοσίευσης 2016-12-01
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://www.hostelhops.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.hostelhops.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hostelhops Reception App",
    "description": "Turns your hostel%39s reception desk into a fully-connected and profitable travel agency!",
    "version": "1.1.0",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/16.png",
            "48": "img\/48.png",
            "128": "img\/128.png"
        },
        "default_popup": "browser_action.html"
    },
    "web_accessible_resources": [
        "img\/16.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content.bundle.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/book.dev\/*",
            "*:\/\/book.opentravelexchange.net\/*",
            "*:\/\/www.hostelhops.com\/*"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "geolocation",
        "storage",
        "notifications"
    ]
}