| Connector | What it does | Good for |
|---|---|---|
| Browser Connector | Controls Chrome — opens pages, clicks, fills forms, extracts data | Research, data exports, web automation |
| macOS Connector | Reads and writes Calendar, Reminders, Notes, Mail, Contacts | Schedule management, email summaries, task tracking |
Browser Connector
The browser connector gives QoderWork control of your Chrome browser — navigating pages, clicking buttons, extracting data, and filling forms.Why you’d want this
A lot of day-to-day work involves repetitive browser tasks: exporting data from a dashboard, checking competitor pricing, copying information across tabs. None of it is hard, but it’s time-consuming and error-prone. The browser connector lets you describe what you need in plain language and the AI handles the rest.What it can do
- Shares your login sessions — runs in your logged-in Chrome, no extra credentials needed.
- Driven by natural language — no scraping code or recorded scripts, just describe what you want.
- Sees and interacts with pages — the AI understands page structure (buttons, forms, lists) and can click, type, scroll, and select.
- Extracts and organizes data — pulls structured data from web pages and outputs it as spreadsheets, Markdown, or files.
- Multi-tab support — works across multiple tabs, switching and comparing data between pages.
Setup
Three steps to get started:Enable the connector
In QoderWork, go to Settings → Connectorand toggle on Connect to Browser.
Once enabled, the page shows the local path to the extension package.

Install the Chrome extension
- Open Chrome and navigate to
chrome://extensions/. - Turn on Developer mode in the top-right corner.
- Click Load unpacked and select the extension path shown in the previous step.
Use cases
Data collection and researchmacOS Connector
The macOS connector lets QoderWork read and write data in your Mac’s built-in apps — turning Calendar, Mail, Reminders, and more into an AI-accessible workspace.Supported apps
Enable each app individually under Settings → Connector → macOS Connector:Reminders
Create tasks, set due dates, and mark items complete. Works as your AI-powered to-do manager.
Calendar
View today’s schedule, create events, and check for conflicts. Helps you plan your day.
Notes
Save meeting notes, key takeaways, or quick ideas from conversations directly into Notes.
Read emails and create drafts. Summarize your inbox, extract key info, and draft replies.
Contacts
Look up contact details, search by name or company, and create new entries.
The first time you enable an app, macOS will ask for permission (e.g., “QoderWork wants to access your Calendar”). Grant access once and you won’t be asked again.
Use cases
Quick schedule managementCombining connectors
When both connectors are enabled, QoderWork can work across apps in a single task: Browser + CalendarBest practices
Provide explicit URLs
When using the browser connector, give a direct URL in your prompt rather than asking the AI to find the site. “Open https://analytics.google.com” beats “find Google Analytics” every time.Combine connectors with file I/O
Connectors pair naturally with QoderWork’s local file capabilities. Scrape data from a website and save it as a local Excel file, or read a local spreadsheet and fill out a web form — data flows freely between browser, native apps, and your filesystem.Test complex flows manually first
For multi-step workflows involving page navigation or app switching, walk through the flow once in a regular conversation. Once it works, save the prompt as a Skill or scheduled task so you can reuse it.Lean into human-AI collaboration
CAPTCHAs, QR-code logins, and two-factor prompts are things the AI can’t handle alone. When it hits one, step in and complete the verification — the AI picks up right where it left off once you’re through.FAQ
Q: I enabled a connector but the conversation says the tool isn’t available? A: After toggling a connector on or off, you need to start a new conversation for it to take effect. It won’t appear in an existing chat. Q: The Chrome extension says “restricted” or won’t connect? A: Chrome blocks extensions on certain pages — the default new-tab page and anychrome:// URL. Navigate to a regular website (like https://google.com) first, then click the extension icon.
Q: What do I do about login pages or CAPTCHAs?
A: QoderWork can’t bypass CAPTCHAs, SMS verification, or QR-code logins automatically. Complete the verification yourself and the AI will continue from the logged-in state.
Q: macOS denied the permission request — how do I fix it?
A: If you clicked “Don’t Allow” the first time, go to System Settings → Privacy & Security, find the relevant category (Calendar, Reminders, etc.), and add QoderWork to the allowed list.
Q: Is it normal for browser actions to be slower than regular chat?
A: Yes. The browser connector needs to capture and analyze page content in real time, which involves screenshots and element parsing. Network conditions and page complexity also affect speed. For data-heavy tasks, break the prompt into smaller steps.