Rapidbook

Easily copy bookings into your travel invoicing system. Patent Pending.

Was ist Rapidbook?

Rapidbook ist eine Chrome-Erweiterung, die von Naylor Products Group, LLC entwickelt wurde, und ihr Hauptmerkmal ist "Easily copy bookings into your travel invoicing system. Patent Pending.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Rapidbook-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rapidbook-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        UPDATE:  As many smaller agencies and remote agents are still struggling to get back on their feet, we have decided to make Rapidbook FREE for agents. Enjoy!

Tired of individually copying and pasting data (booking #'s, dates, itineraries, prices, cabin details, ports, inclusions, etc.) from booking providers into your invoicing system?  

With Rapidbook you get a simple "Copy Booking/Itinerary" button at the top-right corner of supported booking websites, and a "Paste Booking/Itinerary" on your supported invoicing system's website. 

Currently supported cruise booking services are:
- WLCL Cruise Lines (Cunard, Holland America, P&O, Princess, Seabourn, P&O UK)
- Cruising Power Cruise Lines (Royal Caribbean, Celebrity, Azamara, Silversea)
- Carnival Cruise Line
- Creative Cruising

Currently supported tour booking services are:
- The Travel Corporation (Trafalgar, Contiki, Luxury Gold, CostSaver, AATKings) 
- Globus

Currently supported hotel booking services are:
- Room-Res
- Bedsonline
- Expedia (AU)
- Delta Holidays
- Stuba

Currently supported insurance providers are:
- NIB Travel Insurance
- Go Insurance
- Cover-More

Currently supported car rental providers are:
- DriveAway

Currently supported airlines are:
- JetStar

Currently supported invoicing services are:
- VTO Ultimate
- Tramada
- TravelWorks


Join the private Facebook Group for support and updates! (https://www.facebook.com/groups/rapidbook)

WARNING: Rapidbook may make life easier, but YOU are still responsible for checking that ALL fields have copied correctly BEFORE invoicing your clients.  Supplier websites change frequently and this can mess with the copy/paste process.  Rapidbook and its creators accept no responsibility for any losses or damages incurred in connection with use of this software.                    

Grundlegende Informationen zur Erweiterung

Name Rapidbook Rapidbook
ID lmiiphfoleoecgnfdikpjkahgljijeip
Offizielle URL https://chromewebstore.google.com/detail/rapidbook/lmiiphfoleoecgnfdikpjkahgljijeip
Beschreibung Easily copy bookings into your travel invoicing system. Patent Pending.
Dateigröße 383 KB
Installationsanzahl 678
Aktuelle Version 0.8.3.1
Letztes Update 2024-01-29
Veröffentlichungsdatum 2023-03-05
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Naylor Products Group, LLC
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://rapidbook.app
Hilfeseite URL https://www.facebook.com/groups/rapidbook
URL der Datenschutzrichtlinien-Seite https://rapidbook.app/faq
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rapidbook",
    "version": "0.8.3.1",
    "icons": {
        "128": "128icon.png"
    },
    "description": "Easily copy bookings into your travel invoicing system. Patent Pending.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/isell.traveltek.net\/*\/backoffice\/boportfolios.pl*"
            ],
            "js": [
                "traveltek.js"
            ]
        },
        {
            "matches": [
                "https:\/\/book.creativecruising.com.au\/web\/customer\/booking_details.aspx*"
            ],
            "js": [
                "creative.js"
            ]
        },
        {
            "matches": [
                "https:\/\/agent.nibtravelinsurance.com.au\/PolicyEnquiry\/GetPolicyHeader*"
            ],
            "js": [
                "nib.js"
            ]
        },
        {
            "matches": [
                "https:\/\/agent.nibtravelinsurance.com.au\/Quote\/*"
            ],
            "js": [
                "nib_quote.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.worldagentdirect.com\/delta\/*\/itinerary.do*"
            ],
            "js": [
                "delta.js"
            ]
        },
        {
            "matches": [
                "https:\/\/agents.ttc.com\/*\/booking\/*"
            ],
            "js": [
                "ttc.js"
            ]
        },
        {
            "matches": [
                "https:\/\/agentportal.globusfamily.com.au\/account\/bookings\/yourbooking"
            ],
            "js": [
                "globus.js"
            ]
        },
        {
            "matches": [
                "https:\/\/room-res.com\/*"
            ],
            "js": [
                "roomres.js"
            ]
        },
        {
            "matches": [
                "https:\/\/secure.cruisingpower.com\/espresso\/protected\/reservations.do*"
            ],
            "js": [
                "royal.js"
            ]
        },
        {
            "matches": [
                "https:\/\/quote.goinsurance.com.au\/edit\/show_record?traveller_id=*"
            ],
            "js": [
                "goinsurance.js"
            ]
        },
        {
            "matches": [
                "https:\/\/b2b.covermore.com\/AU\/PolicyAdmin\/PolicySummary"
            ],
            "js": [
                "covermore.js"
            ]
        },
        {
            "matches": [
                "https:\/\/b2b.covermore.com\/NZ\/PolicyAdmin\/PolicySummary"
            ],
            "js": [
                "covermore.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.onesourcecruises.com\/polaronline*"
            ],
            "js": [
                "wlcl.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.goccl.com.au\/BookingEngine\/CreateReviseBooking\/DisplayBooking.aspx",
                "https:\/\/www.goccl.com.au\/BookingEngine\/CreateReviseBooking\/VoyageItinerary.aspx",
                "https:\/\/www.goccl.com\/BookingEngine\/CreateReviseBooking\/DisplayBooking.aspx",
                "https:\/\/www.goccl.com\/BookingEngine\/CreateReviseBooking\/VoyageItinerary.aspx"
            ],
            "js": [
                "carnival.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.bedsonline.com\/*"
            ],
            "js": [
                "bedsonline.js"
            ]
        },
        {
            "matches": [
                "https:\/\/curated.stuba.com\/*"
            ],
            "js": [
                "stuba.js"
            ]
        },
        {
            "matches": [
                "https:\/\/vto.cloud\/trip\/view\/*"
            ],
            "js": [
                "paste.js"
            ]
        },
        {
            "matches": [
                "https:\/\/asp.tramada.com.au\/ttms\/*\/booking\/booking-cruise-segment.htm*"
            ],
            "js": [
                "tramada\/cruise.js"
            ]
        },
        {
            "matches": [
                "https:\/\/asp.tramada.com.au\/ttms\/*\/booking\/booking-air-segment.htm*"
            ],
            "js": [
                "tramada\/flight.js"
            ]
        },
        {
            "matches": [
                "https:\/\/asp.tramada.com.au\/ttms\/*\/booking\/booking-transfer-segment.htm*"
            ],
            "js": [
                "tramada\/transfer.js"
            ]
        },
        {
            "matches": [
                "https:\/\/asp.tramada.com.au\/ttms\/*\/booking\/booking-hotel-segment.htm*"
            ],
            "js": [
                "tramada\/hotel.js"
            ]
        },
        {
            "matches": [
                "https:\/\/asp.tramada.com.au\/ttms\/*\/booking\/booking-insurance-segment.htm*"
            ],
            "js": [
                "tramada\/insurance.js"
            ]
        },
        {
            "matches": [
                "https:\/\/asp.tramada.com.au\/ttms\/*\/booking\/booking-tour-segment.htm*"
            ],
            "js": [
                "tramada\/tour.js"
            ]
        },
        {
            "matches": [
                "https:\/\/asp.tramada.com.au\/ttms\/*\/booking\/booking-package-segment.htm*"
            ],
            "js": [
                "tramada\/package.js"
            ]
        },
        {
            "matches": [
                "https:\/\/asp.tramada.com.au\/ttms\/*\/booking\/booking-car-segment.htm*"
            ],
            "js": [
                "tramada\/car.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.tramada.systems\/ttms\/*\/booking\/booking-cruise-segment.htm*"
            ],
            "js": [
                "tramada_us\/cruise.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.tramada.systems\/ttms\/*\/booking\/booking-air-segment.htm*"
            ],
            "js": [
                "tramada_us\/flight.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.tramada.systems\/ttms\/*\/booking\/booking-transfer-segment.htm*"
            ],
            "js": [
                "tramada_us\/transfer.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.tramada.systems\/ttms\/*\/booking\/booking-hotel-segment.htm*"
            ],
            "js": [
                "tramada_us\/hotel.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.tramada.systems\/ttms\/*\/booking\/booking-insurance-segment.htm*"
            ],
            "js": [
                "tramada_us\/insurance.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.tramada.systems\/ttms\/*\/booking\/booking-tour-segment.htm*"
            ],
            "js": [
                "tramada_us\/tour.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.tramada.systems\/ttms\/*\/booking\/booking-package-segment.htm*"
            ],
            "js": [
                "tramada_us\/package.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.tramada.systems\/ttms\/*\/booking\/booking-car-segment.htm*"
            ],
            "js": [
                "tramada_us\/car.js"
            ]
        },
        {
            "matches": [
                "https:\/\/new.pcvweb.com\/*"
            ],
            "js": [
                "travelworks.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.expedia.com.au\/trips\/*",
                "https:\/\/www.expediataap.com.au\/trips\/*",
                "https:\/\/www.expediataap.co.nz\/trips\/*"
            ],
            "js": [
                "expedia.js"
            ]
        },
        {
            "matches": [
                "https:\/\/agents.driveaway.com.au\/my-booking\/*"
            ],
            "js": [
                "driveaway.js"
            ]
        },
        {
            "matches": [
                "https:\/\/booking.jetstar.com\/mmb\/*"
            ],
            "js": [
                "jetstar.js"
            ]
        },
        {
            "matches": [
                "https:\/\/touch.virginvoyages.com\/touchts\/*"
            ],
            "js": [
                "virgin.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Rapidbook"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/rapidbook.app\/*"
    ]
}