
Closed
Posted
Paid on delivery
I want a Google Chrome extension that automatically secures hard-to-get personal-event slots for me. Once I enter the event URL and preferred time range, the add-on should keep checking availability in the background and complete the booking the instant a spot opens—no manual refreshes on my side. Core abilities I need built in: • Calendar integration so the confirmed booking is pushed straight to Google Calendar. • Reminder notifications inside Chrome and, if possible, as push notifications. • Support for recurring bookings (e.g., every first Monday of the month). Please use the standard Chrome Extension stack—JavaScript/TypeScript, Manifest V3, and the Chrome Alarms or Background Service Workers API—to keep the polling lightweight. A small, clear options page where I can set URLs, preferred dates, recurrence rules, and notification preferences would be ideal. Deliverables • Compiled .crx and full source code with comments. • Setup/readme so I can load it in developer mode and later publish it to the Web Store. • Short walkthrough video or screenshots showing the extension detecting an open slot and completing a booking. Acceptance criteria The extension must (1) successfully detect an available slot on a test site, (2) auto-book it without further clicks, and (3) create the corresponding calendar entry and browser notification.
Project ID: 40686258
86 proposals
Remote project
Active 3 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
86 freelancers are bidding on average ₹22,036 INR for this job

Hi, ★★★ JAVASCRIPT/TYPESCRIPT SPECIALIST ★★★ I can develop a Google Chrome extension that automatically secures personal-event slots by monitoring availability based on the event URL and preferred time range. The extension will utilize the Chrome Alarms API to ensure efficient background polling without manual refreshes. I will implement calendar integration to push confirmed bookings directly to Google Calendar, ensuring you receive reminder notifications both in Chrome and as push notifications. The support for recurring bookings will be handled by allowing you to set rules for events like every first Monday of the month. To get started, I will need the specific event URLs, your preferred time ranges, and any recurrence rules you want to set. I will also ensure the options page is user-friendly for managing these settings. I will deliver a compiled .crx file along with the full source code, complete with comments for clarity. A setup guide will be included to assist you in loading the extension in developer mode, and I will provide a walkthrough video or screenshots demonstrating the extension's functionality. Thanks!
₹12,500 INR in 5 days
8.3
8.3

What you need is essentially a fast-response booking assistant inside Chrome, and the real challenge is making the checker lightweight enough to run repeatedly without becoming unreliable. I’d structure it with Manifest V3 background scheduling, configurable recurrence rules, and a simple settings screen so you can manage URL, preferred time window, and alerts without touching code. We handle custom JavaScript/TypeScript work where automation has to be practical, not just theoretically functional. In projects like this, success usually depends on how well the extension handles edge cases on the booking page, how safely it stores preferences, and whether the notification/calendar steps happen cleanly after the slot is secured. A few specifics would be useful before locking scope: - Can you share the test site or at least the booking flow steps? - Should recurring booking mean repeated monitoring for future dates automatically, or cloning the same rules each cycle? - Do you want Chrome notifications only, or should we also plan Web Push/Firebase-style push if the browser is closed?
₹25,000 INR in 7 days
7.8
7.8

I have 8+ years of experience in web development and am familiar with modern web technologies, frameworks like JavaScript/TypeScript and other tools. You need a Chrome extension that watches an event page and books a slot for you as soon as one opens. I will build it with Manifest V3, a background service worker for lightweight polling, and a clear options page where you set the event URL, preferred time range, recurrence rules, and notification preferences. When an open slot is detected, the extension will complete the booking, add it to Google Calendar, and send a browser notification. I will also handle recurring bookings, include full commented source code, a compiled .crx, setup instructions for developer mode, and a short video showing the extension working on a test site. I can start right away.
₹20,000 INR in 4 days
7.8
7.8

The key requirement here is instant action when a slot appears, because many booking tools can detect availability but fail during the final submission step. I’d focus on a Chrome extension that keeps polling efficiently with MV3-friendly background logic, then completes the booking flow, triggers a browser alert, and creates the matching calendar event automatically. I’ve been involved in custom web automation and extension-style workflows where state handling, timing, and repeatability are the make-or-break factors. For your use case, I’d keep the UI small and clear, comment the source properly, and include handoff material so you can load, test, and publish the extension later without confusion. Before I size the booking logic precisely, I’d like to confirm: - Is the target event page static HTML/form-based, or does it load slots dynamically through API/XHR calls? - Should the extension stop after one successful booking, or keep monitoring for the next recurring slot automatically? - For the walkthrough proof, would annotated screenshots be enough, or do you specifically want a short recorded demo?
₹22,900 INR in 7 days
7.2
7.2

Hello there, I can build this Chrome extension using TypeScript/JavaScript, Manifest V3, and Service Workers/Chrome Alarms for lightweight background availability checks. I’ll cover the complete flow: preferred date/time settings, automatic slot detection and booking, recurring bookings, Google Calendar integration, Chrome/push notifications, and a simple options page. I’ll also provide the full source code, compiled extension, setup documentation, and a short walkthrough. I have 10+ years of development experience and can build this with a clean, reliable, and maintainable architecture. Let's chat, Himanshu
₹25,000 INR in 7 days
6.4
6.4

Hello, I’ve gone through your project details and this is something I can definitely help you with. I have 10+ years of experience in mobile and web app development, working with Flutter, Android, iOS, React, Node.js, and APIs. I focus on clean architecture, scalable code, and clear communication to ensure the project runs smoothly from start to finish. I will first review your requirements, suggest the best technical approach, and then proceed with development while keeping you updated at every stage. Here is my portfolio: https://www.freelancer.in/u/ixorawebmob I’m interested in your project and would love to understand more details to ensure the best approach. Could you clarify: 1. Do you need this for mobile, web, or both? 2. Do you already have UI/UX designs or should we create them? 3. Will there be any third-party API or payment gateway integration? 4. What is your expected timeline for completion? 5. Are there any reference apps or websites you like? Let’s discuss over chat! Regards, Arpit Jaiswal
₹27,750 INR in 11 days
7.2
7.2

Hi, The tricky part is the booking moment itself - MV3 service workers get suspended, so I'd drive the polling through Chrome Alarms and keep the click flow resilient to the site's DOM changing. Extensions and TypeScript are everyday work for me; I'd want to see the booking site first to check how it loads slots. Lets get in contact first.
₹12,500 INR in 5 days
5.9
5.9

For the auto-booking flow, I’d make availability detection and booking state machine-driven, so the extension can poll lightly with Manifest V3 alarms, recover from service-worker suspension, and only submit when a slot genuinely matches the configured window. I’d build it in TypeScript with Chrome Extension Manifest V3, Background Service Workers, Chrome Alarms, Storage, Notifications, and Google Calendar API/OAuth. My two priorities would be clean implementation and integrations: deterministic polling, retries, recurrence rules, and audit logs keep booking reliable, while Calendar and notification hooks make confirmations immediately useful to the user. I’d also design the extension to pause rather than bypass CAPTCHAs, authentication challenges, or anti-automation controls, so it remains compatible with normal site protections and publishing requirements. A relevant project is FileChannels, where we built a Chrome extension alongside web/mobile apps, with real-time messaging, CRM integrations, centralized file handling, and cross-platform workflows. I can deliver the full source, packaged extension, options UI, developer-mode setup guide, Web Store preparation notes, and a walkthrough showing detection, booking, calendar creation, and notifications.
₹30,000 INR in 7 days
5.9
5.9

Hi there, I can build this Chrome Extension using TypeScript/JavaScript, Manifest V3, Service Workers, and Chrome Alarms for lightweight background polling. I’ll implement automatic slot detection/booking, Google Calendar integration, recurring bookings, and Chrome/push notifications with a clean options page. You’ll receive the compiled extension, fully commented source code, setup/README, and a short walkthrough demonstrating the complete flow. I can deliver a reliable, well-tested solution with the required acceptance criteria, including automatic booking without manual refreshes or clicks. Thanks
₹22,500 INR in 7 days
5.6
5.6

As an experienced full-stack developer with a focus on web and window development, I am confident that I can provide comprehensive solutions for your Chrome Auto Appointment Booker project. I have over 17 years of experience in the field and my team is well-versed in JavaScript, PHP and have extensive knowledge of software development and architecture. So not only will we be able to build the Google Chrome extension as per your specifications, but we can also tackle any roadblocks that may crop up during development given our diverse skill-set. In terms of capturing hard-to-get personal-event slots, our expertise in Python Scraping and Automation Development work would come in handy for constantly monitoring the events' URLs for available slots within the preferred time range. Integration with Google Calendar and reminder notifications are routine tasks for us where we can also leverage our skill in software architecture. I also have a strong familiarity with Chrome Alarms or Background Service Workers API which would allow us to keep the polling lightweight-making sure it doesn't impact your browsing experience personalized to fit your requirements.
₹25,000 INR in 7 days
5.5
5.5

Dear Client, I read "Chrome Auto Appointment Booker" carefully and understand you are looking for a full-stack developer who can handle both application development and AI integration. I have experience with PHP, JavaScript, Web Development, Frontend Development and can work across the complete stack — frontend, backend, APIs, databases, authentication, third-party integrations and AI features. I can build scalable applications using modern technologies while keeping the codebase maintainable and production-ready. A few quick questions: Which AI models/APIs are you currently planning to use? Is there an existing application/codebase, or will the project be built from scratch? Thanks & Regards, Deepak
₹24,375 INR in 14 days
5.8
5.8

Hello, I can do this work. I am a Chrome Extension developer with over 5 years of experience in JavaScript/TypeScript, Manifest V3, browser automation, background service workers, notifications, and API integrations. I can build the extension to monitor availability, auto-book open slots, integrate with Google Calendar, send notifications, and support recurring bookings. I will provide the complete source code, compiled extension, setup guide, and a short walkthrough showing the booking flow. Let's discuss the details in chat! Best Regards, Monica Bhatia
₹15,000 INR in 4 days
5.3
5.3

Hi, I’ve worked with JavaScript/TypeScript browser extensions, APIs, background processes and notification systems. I can build this as a Manifest V3 Chrome extension that checks the configured event page in the background and handles the booking flow when a suitable slot becomes available. I’ll keep the extension lightweight with a background service worker and Chrome Alarms, with a simple options page for event URLs, preferred dates, recurrence and notifications. I can also connect the confirmed booking with Google Calendar and include the required browser/push notifications. A few quick questions before we start: Do you already have a test site where the booking flow can be tested? Does the booking require an account login, CAPTCHA or any other verification step? Should the extension support one event at a time or multiple event URLs? Once I can review the test booking flow, I can confirm the best implementation and timeline. I’ll provide the complete source code, compiled extension, setup documentation and a walkthrough showing the booking flow working.
₹25,000 INR in 7 days
5.1
5.1

My name is Mahad Sheikh and I am your potential partner in turning your idea into a beautifully functional Google Chrome extension. Being a versatile developer skilled in API integration, JavaScript, and Web Development to mention a few, I believe I have the expertise that aligns splendidly with your task. Additionally, my knowledge of how Manifest V3 and Chrome Alarm/Background Service Workers API works will ensure that the booking process is both efficient and lightweight. In terms of usability, I understand the importance of an easily navigable options page which is why I intend to create a small, clear options page where you can conveniently set all your preferences - URLs, dates, recurrence rules, and notifications. Moreover, to show you how seamless the booking process will be once it detects an open slot, I commit to including either a short walkthrough video or screenshots for a visual demonstration. Integrating the chrome addon with your Google Calendar for auto-synchronization is essential to ensure a true automation experience. Rest assured, my talent extends not only to software development but also system architecture and cloud infrastructure; I guarantee your project will scale efficiently as per your future requirements. Believe in me to turn this vision into reality - an extension that offers you freedom from manual refreshing yet ensuring timely bookings on events that matter most.
₹12,500 INR in 5 days
5.3
5.3

The key challenge is building a reliable MV3 extension that monitors availability efficiently and executes an authorized booking flow the moment a slot opens. I can develop it with a lightweight service-worker architecture, keeping monitoring, booking, Calendar, and notifications modular. ✅ JavaScript/TypeScript + Chrome Manifest V3 ✅ Chrome Alarms + background service worker monitoring ✅ Event URL, preferred dates, time ranges & recurrence rules ✅ Automated slot detection and booking on an authorized test site ✅ Google Calendar API integration ✅ Chrome/browser notifications + push where applicable ✅ Clear options page for schedules and preferences ✅ Secure session/authentication handling ✅ Retry logic, error handling & activity logging ✅ Complete commented source code + setup/README ✅ Walkthrough screenshots/video of the test flow Rather than relying on fragile continuous polling, I’ll design the monitoring around MV3 service-worker limitations for better reliability. The booking module can also be isolated so site-specific workflows can be adapted without rebuilding the extension core. I’m Ashish Malik, Full Stack Developer & Digital Marketing Expert with 9+ years of experience and 500+ projects delivered. I can demonstrate the complete authorized test workflow: slot detection → booking → Calendar entry → notification. Let’s start a chat to discuss the architecture and test-site workflow.
₹25,000 INR in 6 days
4.8
4.8

The hidden challenge here is making background slot detection reliable without excessive polling or breaking Chrome’s Manifest V3 lifecycle. I’d build this with TypeScript, Manifest V3, background service workers, and Chrome Alarms, with a clean options page for URLs, dates, time ranges, recurrence rules, and notifications. The extension will detect openings, automatically complete the booking flow on the test site, create the Google Calendar event, and send Chrome/push notifications. You’ll receive the compiled .crx, fully commented source, setup/README for developer mode and Web Store publishing, plus a walkthrough demonstrating the complete flow. I can start immediately and build milestone by milestone, with the test-site booking flow validated before final delivery.
₹25,000 INR in 7 days
4.7
4.7

As an experienced and versatile freelancer, I offer you a comprehensive skill set that is perfectly aligned with what you need. My speciality is in building efficient automation systems and your project falls right within this realm. Throughout my 40+ production deployments, I have successfully developed AI agents and implemented workflows that boosted productivity and streamlined operations. WordPress, Shopify, Laravel are second nature to me as I have successfully deployed a range of large-scale projects combining these frameworks. I can therefore confidently design a user-friendly option page for you, where you can conveniently set URLs, preferred dates, recurrence rules, and notification preferences. Further, my solid understanding of JavaScript/TypeScript, Manifest V3, and Chrome Alarms or Background Service Workers API would be aptly put to use to create a lightweight and functional polling system that won't bog down your browser.
₹12,500 INR in 2 days
4.9
4.9

✔ I deliver 100% work — 99.9% is not for me. ✔ Workflow Diagram Extension Setup ⟶⟶ Options Page ⟶⟶ Availability Monitoring ⟶⟶ Slot Detection ⟶⟶ Authorized Booking Flow ⟶⟶ Google Calendar ⟶⟶ Notifications Key Highlights ✔ Manifest V3 — TypeScript/JavaScript with Service Worker + Chrome Alarms for lightweight background checks. ✔ Options page — configure event URLs, dates, time ranges, recurrence and notification preferences. ✔ Availability detection — monitor a permitted test site and detect newly available slots automatically. ✔ Booking automation — complete the supported booking flow without manual refreshes. ✔ Google Calendar — create an event after successful confirmation using the Calendar API. ✔ Notifications — Chrome notifications with push support where technically appropriate. ✔ Recurring bookings — support configurable recurrence rules such as first Monday of each month. ✔ Clean delivery — source code, comments, setup documentation and walkthrough. Best Regards, Asad Senior JavaScript Developer | Chrome Extensions | TypeScript | API Integration
₹18,000 INR in 15 days
4.2
4.2

Hi, I’ve read all your requirements very well, and I understand the main challenge is reliably detecting newly available slots and completing the booking automatically in the background, while handling Chrome MV3 limitations, notifications, Calendar sync, and recurring bookings. I’m really excited to work with you and build this as a lightweight, reliable Chrome extension using TypeScript/JavaScript, Manifest V3, Service Workers, and Chrome Alarms. A couple of questions: Do you already have a test/target booking website available? Does it require login, CAPTCHA, or OTP during booking? Also, should recurring bookings automatically attempt each occurrence? Let’s connect on chat to discuss well and finalize the approach. Waiting for your response. Best Regards, Arshiya
₹25,000 INR in 7 days
4.1
4.1

Hi, Thanks for sharing your project. It aligns well with work I’ve successfully completed for other clients, and I’m confident I can deliver a high-quality solution tailored to your requirements. Before providing an accurate timeline, scope, and budget, I’d like to clarify a few key details to ensure we're aligned from the start. Freelancer’s proposal character limit makes it difficult to cover everything thoroughly here. If you're available, let's connect via chat. I can walk you through similar projects I've completed, discuss the best approach for your specific requirements, and answer any questions you may have. Once I understand your expectations, I'll provide a clear execution plan with realistic timelines and pricing. I’m ready to get started as soon as we finalize the details and look forward to working with you. Best regards, Mayank Sahu
₹25,000 INR in 7 days
4.1
4.1

Hyderabad, India
Payment method verified
Member since Feb 19, 2026
₹12500-37500 INR
₹12500-37500 INR
₹2000-4000 INR
₹12500-37500 INR
₹600-1500 INR
$80-100 USD
$30-250 USD
$20-40 CAD
$1500-3000 USD
$75 USD
€2-6 EUR / hour
₹12500-37500 INR
$15-25 USD / hour
₹600-1500 INR
₹1500-12500 INR
₹1500-12500 INR
₹1500-12500 INR
₹12500-37500 INR
₹12500-37500 INR
₹12500-37500 INR
£750-1500 GBP
$8-15 USD / hour