Booking Hotel Scraper

Transform your travel planning with Booking Scraper: Scraping and exporting Booking data to CSV/JSON/XLSX(Excel).

Booking Hotel Scraper क्या है?

Booking Hotel Scraper https://extensionsbox.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transform your travel planning with Booking Scraper: Scraping and exporting Booking data to CSV/JSON/XLSX(Excel)."।

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

screenshot
screenshot
screenshot

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

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

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

                        Booking Scraper - Your Ultimate Travel Data Assistant for Chrome

Introducing Booking Scraper, a powerful Google Chrome extension designed for the savvy traveler and data enthusiast. This extension is your ultimate tool for extracting detailed information to CSV/JSON/XLSX(Excel) file from Booking.com, simplifying your trip planning, and enhancing your data analysis capabilities.

Key Features:

1. Diverse Data Categories: Booking Scraper supports three main types: Stays, Flights, and Attractions, providing a comprehensive view of your travel options.

2. Extensive Data Fields:
   - Stays: Get intricate details like ID, Name, Price, Discounts, Meal Plans, Beds Info, Images, Messages, Ratings, Review Count, Location, Proximity to Public Transport, and more.
   - Flights: Explore a wide array of flight data, including Airlines, Fares, Prices, Providers, Routes, Dates, Duration, Stops, and Segments.
   - Attractions: Dive into attraction specifics such as ID, Name, Description, Ratings, Inclusions, Exclusions, Cancellation Policies, Photos, and Supplier Info.

3. Speedy Results: The data extraction process initiates instantly upon your request. The time taken for extraction depends on the volume of data, ensuring you get prompt and efficient results.

4. Data Privacy Assurance: Your privacy is our top priority. All data remains on your device without being stored or transmitted to our servers. Enjoy peace of mind knowing your information is secure and confidential.

Disclaimer
This extension is an independently developed product by ExtensionsBox and has no association with Booking.com.                    

एक्सटेंशन की मूल जानकारी

नाम Booking Hotel Scraper Booking Hotel Scraper
ID cgfklhalcnhpnkecicjabhmhlgekdfic
आधिकारिक URL https://chromewebstore.google.com/detail/booking-hotel-scraper/cgfklhalcnhpnkecicjabhmhlgekdfic
विवरण Transform your travel planning with Booking Scraper: Scraping and exporting Booking data to CSV/JSON/XLSX(Excel).
फ़ाइल का आकार 3.04 MB
स्थापना संख्या 29
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2024-03-02
प्रकाशन तिथि 2023-11-28
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://extensionsbox.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bookingscraper.extensionsbox.com/
सहायता पृष्ठ URL https://bookingscraper.extensionsbox.com/
गोपनीयता नीति पृष्ठ URL https://bookingscraper.extensionsbox.com/privacy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/bookingscraper.extensionsbox.com\/*",
        "*:\/\/*.booking.com\/*",
        "*:\/\/*.booking.kayak.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.booking.com\/*",
                "*:\/\/*.booking.kayak.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmgupCqyFkKxiHGdmDM5ZWTIQTNK\/JJGiDJmMI3Hq2h4\/Lxd1GtqT2COivTCXd88Jiu5H2\/eVOGGNI2fyAJeea894xTVElABnsknTXhqAKbVV0B5bCkNQ5lcV8rPbizzDgmFtwmk7gTi5ALmqlVycqUbMZBe1g3RvDVQERDBj8AFed4g78lQu3PB8j5XOKym+ctNsfiG9QF9g8QqxwKLrvIZIikOBVImZtVs3Sm7Nx\/xgZLcBfW2TvvGEBlY2K2fxVrVnj+v2L9L1Hkkd5IFoEq4Jonrvb+m\/MNhlGIDCoFxsnYQFYmpz3b3705D7KvteGIOqj\/ZJ3dmsHQi8jvsSeQIDAQAB",
    "oauth2": {
        "client_id": "588361293962-1hm9jjngogi7lip7qc4cjdfmnh6o7skg.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "libs\/*",
                "injected.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}