https://github.com/biplo12/airbnb-stay-sync-chrome-ext
Sync Airbnb reservation details to your calendar with a single click.
https://github.com/biplo12/airbnb-stay-sync-chrome-ext
Last synced: about 2 months ago
JSON representation
Sync Airbnb reservation details to your calendar with a single click.
- Host: GitHub
- URL: https://github.com/biplo12/airbnb-stay-sync-chrome-ext
- Owner: Biplo12
- Created: 2024-08-28T16:43:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T16:46:53.000Z (9 months ago)
- Last Synced: 2025-02-07T02:39:05.023Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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:
```sh
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.