Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.64 KB

readme.md

File metadata and controls

44 lines (32 loc) · 1.64 KB

Airbnb Stay Sync Extension

Overview

The Airbnb Stay Sync Extension is a browser extension designed to help users sync their Airbnb stays to their calendar. This extension extracts stay details from the Airbnb website and generates an .ics file that can be imported into most calendar applications.

Features

  • Extract Stay Details: Automatically extracts stay details such as title, location, dates, and times from the Airbnb reservation page.
  • Generate .ics File: Creates an .ics file for easy import into calendar applications.
  • User-Friendly Interface: Simple and intuitive user interface for seamless operation.
  • Cross-Browser Support: Compatible with major browsers like Chrome and Firefox.

Installation

  1. Clone the repository:
    git clone https://github.com/Biplo12/airbnb-stay-sync.git
  2. Open your browser and navigate to the extensions page:
    • For Chrome: chrome://extensions/
    • For Firefox: about:addons
  3. Enable "Developer mode" (Chrome) or "Debug mode" (Firefox).
  4. Click on "Load unpacked" and select the cloned repository folder.

Usage

  1. Navigate to the Airbnb reservation details page.
  2. Click on the Airbnb Stay Sync extension icon in your browser toolbar.
  3. Click the "Sync Stay" button.
  4. An .ics file will be generated and downloaded automatically.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

License

This project is licensed under the MIT License.