A Chrome extension to allow for bulk booking of WeWork shared desk space. Built with Vite + React, and Manifest v3
- Currently you are only able to select WeWork's located in London, UK.
- The book is for Shared Desk Space only - this is not configurable. I.e. you cannot book meeting rooms or whole office space.
- No feedback regarding credits - warning: you may not be able to book space if you don't have enough credits.
- No feedback regarding availability. You may not be able to book the selected WeWork if it doesn't have desk space.
- Check if your
Node.js
version is >= 14. - Change or configurate the name of your extension on
src/manifest
. - Run
npm install
to install the dependencies.
run the command
$ cd wework-booking-extension
$ npm run dev
- Navigate to chrome://extensions/
- Toggle 'Developer mode'
- Click 'Load unpacked', and select
wework-booking-extension/build
folder
- access
http://localhost:3000/
- when debugging popup page, open
/popup.html
- when debugging options page, open
/options.html