oebpjjophopfohcfoifepbdoplidahop
Visual no-code e2e test platform — build, run and ship browser tests. Exports to Playwright & Cypress, AI-authoring via Cowork. e2etest.dev - no-code e2e Test Platform is a no-code, visual end-to-end (e2e) test platform that lives in your Chrome side panel. Build real browser test scenarios by clicking — no coding required — then run them, watch them execute live with on-page highlights and screenshots, and export the same scenario to Playwright or Cypress for your CI pipeline. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ WHO IT IS FOR ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • QA engineers who want to stop hand-writing brittle selectors • Product managers and designers who want to validate flows themselves • Developers who need a quick smoke test before pushing • Teams adopting AI-driven testing without giving up engineering control ▸ Visual scenario builder Pick any element on the page with the built-in selector picker. The tool generates a stable selector for you (data-testid → id → name → semantic XPath — never Tailwind classes), so your tests stop breaking on every CSS change. ▸ 19 step types — every real e2e need covered Navigate · Click · Fill · Select · Checkbox · Press key · Hover · Wait Assert (visible/hidden/exists/contains/value/attribute/URL/title/meta description/count/performance) Store in variable · Compute (math validation with i18n number formats) Group · If / then-else · Go-to step · Call sub-scenario Scroll (page or any nested scrollable: modal, sidebar, infinite list…) Tab management (open / switch / close) Dialog response (alert/confirm/prompt auto-handling) File upload (literal text, base64 data URL, or bundled fixture) ▸ Real-action runner Each step performs a genuine action — real OS-level mouse events for hover (so CSS :hover and JS handlers fire correctly), React-compatible input changes, SPA-aware navigation, automatic retries and waits. No flake. ▸ Network capture with request & response bodies Every fetch and XHR during a run is recorded with full request body, response body, status code, Content-Type, and timing. JSON is auto-formatted. Bodies up to 64 KB per request are kept. ▸ Self-contained HTML reports (TR/EN) One downloadable file per run with screenshots, network logs (bodies included), step-by-step pass/fail breakdown, performance metrics, and full timing. Available in Turkish or English to match your team. ▸ Video recording Capture the entire run as a video for sharing, bug reports, or release notes. ▸ Export to Playwright or Cypress Generate a clean .spec.ts or .cy.js file from any scenario — selectors, assertions, network expectations, and all. Drop straight into your existing test repo. ▸ AI authoring via Cowork (Claude in Chrome) Describe the flow you want to test in plain language. Paste the generated prompt into Cowork. Cowork browses the site and saves the scenario directly to the extension via the in-page window.sansE2E.author API. No JSON copy-paste, no manual transcription. ▸ Programmable in-page API: window.sansE2E Power-users can drive every action from the browser console or from automation scripts: clicks, fills, assertions, network checks, scenario authoring — all available as awaitable JS methods. ▸ Test data variables Define reusable values once: literal, env (process.env), Faker (dynamic), or fixture file. Reference with ${variable} placeholders in any step. ▸ Site crawler Map an entire site with configurable BFS/DFS, depth and URL limits, subdomain handling, path exclusions, then generate a smoke scenario covering every discovered page in one click. ▸ Scenario composition Build reusable sub-scenarios (Login, Onboarding, Checkout) and call them from parent scenarios with optional variable inputs. Variables stay scoped — no leakage. ▸ Favorites + scenario library Pin frequent scenarios to the top of the list. Download or share any scenario as JSON. ▸ Multilingual UI Full Turkish and English interfaces. Auto-detects browser language on first run; switch any time from the footer. Most recorder tools either spit out brittle CSS-class selectors or lock you in. e2etest.dev - no-code e2e Test Platform: • Stores scenarios as a portable schema you fully own • Exports to Playwright or Cypress for your CI without vendor lock-in • Lets non-engineers visually edit selectors, variables and assertions • Captures real network bodies for response-shape verification • Integrates with AI agents (Cowork / Claude in Chrome) so test authoring becomes conversation, not transcription • Runs offline — everything happens in your browser, no server, no account All scenarios, runs, screenshots, network captures and videos are stored locally in your browser (IndexedDB). Nothing is sent to a remote server. No account required. No telemetry. • sidePanel — host the visual builder in Chrome's side panel • storage — save your scenarios and preferences locally • tabs / activeTab — read the URL and inject test steps into the active page • scripting — inject the selector picker and runner into the page under test • webRequest — track network requests during a run • debugger — generate real mouse events for accurate hover testing • tabCapture / desktopCapture / offscreen — record the run as video • host_permissions — run tests on any site you visit 1. Pin the extension and open the side panel 2. Click "+ Create" and name your first scenario 3. On the page you want to test, press "Pick" and click an element 4. Add Click, Fill, Assert and other steps from the toolbar 5. Hit Run — watch every step execute live 6. Download the HTML report or export to Playwright / Cypress For AI-assisted authoring, click "Cowork auto", describe your flow, copy the generated prompt into Cowork (Claude in Chrome), and let it build the scenario for you. Made by Şanstech. Feedback and feature requests welcome.
Playwriter
Automate your Browser using Cursor, Claude, VS Code. More capable and context efficient than Playwright MCP. Control your browser via MCP. Automate your browser tasks with AI. Like Playwright MCP but via extension. less context window usage. 10x more capable via full CDP support 1. **Install the Chrome Extension** Install the [Playwriter MCP Extension](https://github.com/remorses/playwriter) from the Chrome Web Store (or load it unpacked during development). Pin the extension to your Chrome toolbar for easy access. Click the Playwriter MCP extension icon on any tab you want to control. The icon will turn green when successfully connected. **Icon states:** - **Gray:** Not connected - **Green:** Connected and ready - **Orange badge (...):** Connecting - **Red badge (!):** Error 3. **Add MCP to Your Agent** Add the following configuration to your MCP client settings (e.g., Claude Desktop's `claude_desktop_config.json`): Restart your MCP client and you're ready to go! Your AI assistant can now control the browser through the extension. ### Using the MCP **Important:** Before using the MCP, you must enable the extension on at least one tab: 1. Pin the Playwriter extension to your Chrome toolbar (click the puzzle icon) 2. Navigate to a tab you want to control 3. Click the extension icon - it will turn green when connected Once enabled on one or more tabs, your AI assistant can: - Control all enabled tabs through the `execute` tool - Switch between tabs using playwright's context and page APIs - Create new tabs programmatically - Run any Playwright code against your browser tabs The MCP will automatically start a relay server and connect to your enabled browser tabs. ### Using with Playwright You can use playwriter programmatically with playwright-core: const context = browser.contexts()[0] const page = context.pages()[0] await page.goto('https://example.com') await page.screenshot({ path: 'screenshot.png' }) Playwriter uses a Chrome extension instead of launching a full new Chrome window. This approach has several benefits: - **Collaborate with your agent** - Work alongside the AI in the same browser, helping it when stuck on captchas or complex interactions - **Start on existing pages** - Launch the MCP on a page in your existing browser to replicate bugs exactly as they occur - **Reuse your extensions** - Keep using ad blockers, password managers, and other extensions you already have installed - **Bypass automation detection** - Disable CDP/automation temporarily by disconnecting the extension to bypass detection systems like Google login, then reconnect to continue automation. With Playwright's headless Chrome, automation is always detected and blocks your workflow - **Less resource usage** - No need to spawn a separate Chrome instance, saving memory and CPU - **Single browser workflow** - Everything happens in your main Chrome browser, no switching between windows Playwriter has access to the full playwright API available, it can send any CDP command via the playwright methods. It only uses 1 tool `execute` to send playwright code snippets. This means that the LLM can reuse its knowledge about playwright and less context window is used to expose browser automations tools. Playwriter is also more capable because it exposes the full playwright API instead of only a few tools. For comparison here are the tools supported by BrowserMCP: - `browsermcp_browser_navigate` - Navigate to a URL - `browsermcp_browser_go_back` - Go back to the previous page - `browsermcp_browser_go_forward` - Go forward to the next page Page Inspection: - `browsermcp_browser_snapshot` - Capture accessibility snapshot of the current page (use this to get references to elements) - `browsermcp_browser_screenshot` - Take a screenshot of the current page - `browsermcp_browser_get_console_logs` - Get console logs from the browser Interactions: - `browsermcp_browser_click` - Click on an element (requires element reference from snapshot) - `browsermcp_browser_hover` - Hover over an element - `browsermcp_browser_type` - Type text into an editable element (with optional submit) - `browsermcp_browser_select_option` - Select an option in a dropdown - `browsermcp_browser_press_key` - Press a key on the keyboard Utilities: - `browsermcp_browser_wait` - Wait for a specified time in seconds Playwriter is designed with security in mind, ensuring that only you can control your browser. 1. **Local WebSocket Server**: When the MCP starts, it launches a singleton WebSocket server on `localhost:19988` 2. **Dual Connection**: Both the Chrome extension and MCP client connect to this local server 3. **User-Controlled Access**: The extension can only control tabs where you explicitly clicked the extension icon (green icon indicates connected tabs) 4. **Localhost-Only**: The WebSocket server does not send CORS headers, preventing any web pages or remote servers from connecting to it - only processes running on your local machine can establish a connection 5. **Explicit Consent**: Chrome displays an "automation banner" on controlled tabs, making it obvious when a tab is being automated - **Only enabled tabs**: Tabs you explicitly connected by clicking the extension icon - **New tabs created by automation**: Tabs created programmatically through Playwright commands - **Nothing else**: Other browser tabs, your browsing history, or any tabs you haven't explicitly connected remain inaccessible - **No remote access**: External websites or servers cannot connect to the WebSocket (localhost-only) - **No passive monitoring**: The extension cannot read or monitor tabs you haven't connected - **No automatic spreading**: The debugger won't automatically attach to new tabs you open manually This architecture ensures that browser automation only happens with your explicit permission on tabs you choose.
OKEGAS
All-in-one AI App Builder for Google Apps Script with multi-model AI, templates, live preview, and publishing. OKEGAS - The AI App Builder Supercharging Google Apps Script 🚀 Stop writing code from scratch. Stop copy-pasting between tabs. Stop wrestling with prompts. OKEGAS brings the full power of multi-model AI directly into your Google Apps Script editor and lets it do the heavy lifting for you. Whether you're automating Sheets, building Workspace tools, or shipping full web apps, OKEGAS is the fastest way to go from idea to working script. No more tab switching. No more manual copy-paste. Just you, your project, and AI that actually gets the job done. OKEGAS injects a powerful AI sidebar into script.google.com. Chat with AI about your project, generate complete scripts, enhance your prompts automatically, preview your app live, browse templates, and publish, all without leaving the Apps Script editor. It's the workflow upgrade you didn't know you needed. 🔵 Chat Mode Talk to the AI like a senior developer is sitting next to you. Ask questions, brainstorm ideas, get explanations, or request specific code snippets. The AI responds in context with your project, no need to explain everything from scratch every time. 🟠 Review Mode The AI generates the code and shows it to you first — you stay in control. Review exactly what's going to change, understand the diff, and when you're happy with it, hit Apply to push the code into your project. No surprises, no blind overwrites. Perfect for when you want AI speed with human sign-off. 🟢 Autonomous Mode | The Game Changer This is where OKEGAS truly shines. Autonomous mode takes your request and handles the entire development process automatically, writing the code, applying it directly to your Apps Script project, and iterating, all without you manually copying and pasting a single line. Just describe what you want. OKEGAS does the rest. ✍️ PROMPT ENHANCEMENT | JUST SAY WHAT YOU WANT Not sure how to write the perfect prompt? Don't worry about it. OKEGAS automatically enhances your prompts before sending them to the AI. Just describe what you need in plain language and OKEGAS will refine and structure your input to get the best possible result from the model. No prompt engineering skills required. Why lock yourself into one AI? OKEGAS gives you access to 200+ models across multiple providers so you can always pick the right tool for the job: 🔹 Google Gemini - including the latest models from Google AI Studio via your Google AI Studio key 🔹 OpenRouter - Access to 100+ top models with hundreds of models available across all major providers 🔹 Pollinations AI - Free, no API key needed, great for quick tasks 🔹 Free AI Gateway (g4f.dev) - Auto-routing and a huge model catalog (optional key) 🔹 Opencode - Run your own local AI server on port 4096 and route through your own stack Switch providers and models anytime from the extension popup. Your API keys stay in your browser, we never store or touch them. See your Google Apps Script web app running in real time without leaving the editor. OKEGAS lets you preview your app live inside the Apps Script environment so you can iterate fast, catch UI issues immediately, and ship with confidence. 🎨 50+ DESIGN SKILLS — BEAUTIFUL APPS WITHOUT A DESIGNER Great code deserves a great UI. OKEGAS comes with 50+ built-in Design Skills, curated style presets that make your generated Apps Script web apps look polished and professional straight out of the box. Pick a skill that matches your vibe, and the AI will apply it to the generated app automatically. Not finding exactly what you need? You can fully customize any Design Skill to match your brand, tweak colors and layouts, or build your own style from scratch. No design experience required, just pick, customize, and ship an app that actually looks good. --- Don't start from zero. Browse a curated library of ready-made Apps Script templates and import them directly into your project with one click. Get a running head start on the most common Workspace automation use cases. Every Apps Script project gets its own persistent AI chat history, stored locally on your device, never on our servers. Pick up right where you left off, no matter how many projects you're juggling. Storage is unlimited, so your history never gets cut off. Connect your Apps Script project to an SQL database and manage everything from inside OKEGAS. Create and manage workspaces, databases, tables, and fields. Batch-insert rows of data in one go. Supports both API token and JWT authentication with automatic session refresh. Make the Apps Script editor feel like home. Plus and Pro users can switch to a custom code editor theme and configure how many previous messages the AI remembers, giving you longer and more coherent AI sessions for complex projects. Always know when a new version drops. OKEGAS lights up the extension badge and links you directly to the changelog so you never miss a new feature. Plus and Pro available as monthly subscriptions or one-time payments. Upgrade anytime at okegas.app. 🔒 YOUR DATA STAYS YOURS OKEGAS does not collect, store, or transmit your personal data, API keys, or chat history to our servers. Everything is stored locally in your browser using Chrome's built-in storage. When you use a third-party AI provider, your prompts go directly from your browser to that provider, we never sit in the middle. Privacy Policy: https://okegas.app/privacy Terms and Conditions: https://okegas.app/terms 🔑 PERMISSIONS | AND WHY WE NEED THEM - script.google.com - To inject the OKEGAS sidebar into the Apps Script editor - generativelanguage.googleapis.com - Used when you connect Google Gemini - openrouter.ai - Used when you connect OpenRouter - gen.pollinations.ai - Used when you connect Pollinations AI - g4f.dev / g4f.space - Used when you connect GPT4Free - api.baserow.io - Used for the SQL database integration feature - okegas.app - License validation, template library, and publishing - localhost:4096 / 127.0.0.1:4096 - Used only when you enable the optional Opencode local server feature - storage / unlimitedStorage - Stores your chat history, settings, and API config locally on your device
Agent OS - AI Browser Automation & Smart Assistant for Web Tasks
AI-powered browser automation agent. Auto-fill forms, scrape data, automate workflows with intelligent task planning & execution. Transform your browsing experience with AI-powered automation. Agent OS is an intelligent browser assistant that helps you complete web tasks faster and more efficiently through natural language commands and smart execution planning. Agent OS brings artificial intelligence directly into your browser, enabling you to automate complex web tasks with simple natural language instructions. Whether you're filling out forms, extracting data, or performing repetitive actions across multiple websites, Agent OS understands your intent and executes tasks with precision. Key Automation Features: • Natural language task interpretation • Multi-step workflow planning and execution • Intelligent form detection and auto-filling • Dynamic content handling • Cross-page navigation and task continuation • Error detection and recovery • Task history and repeatability Extract structured data from any website without writing code. Agent OS intelligently identifies and extracts information, organizing it in formats ready for your use. Data Extraction Capabilities: • Automatic table detection and extraction • Product information gathering • Contact details and email extraction • Price monitoring and comparison data • Article and content scraping • Image and media file collection • Export to multiple formats (JSON, CSV, etc.) • Batch processing across multiple pages Smart Form Filling Automatically detect and fill form fields with intelligent data matching. Save time on repetitive data entry tasks across job applications, registrations, surveys, and more. Workflow Automation Create complex multi-step workflows that span across different websites. Agent OS remembers context and maintains state throughout your automation tasks. Side Panel Interface Access Agent OS through a convenient side panel that doesn't interrupt your browsing. View task progress, review plans, and maintain control without switching tabs. Debugger Integration Advanced Chrome debugger API integration enables precise control over page elements and interactions, ensuring reliable execution even on complex web applications. Task Planning & Review Before executing any task, Agent OS presents a detailed plan for your review. You maintain full control and visibility over what actions will be performed. Business & Productivity • Automate data entry into CRM systems • Extract competitor pricing information • Monitor website changes and updates • Compile research data from multiple sources • Generate reports from web-based dashboards Step 1: Describe Your Task Open the Agent OS side panel and describe what you want to accomplish in plain English. No coding or technical knowledge required. Example tasks: - "Fill out this contact form with my information" - "Extract all product names and prices from this page" - "Navigate to the checkout and enter my shipping address" - "Scrape all email addresses from this directory" Step 2: Review the Plan Agent OS analyzes your request and generates a detailed execution plan. Review each step to ensure it matches your intentions. Step 3: Approve & Execute Once you approve the plan, Agent OS executes each step automatically. Watch in real-time as tasks are completed, or minimize the panel and continue working. Step 4: Get Results Receive extracted data, confirmation of completed actions, or exported files. Save successful workflows for future reuse. Your privacy and security are our top priorities. Agent OS is designed with the following principles: Architecture • Manifest V3 compliant extension • Modern JavaScript architecture • Modular component design • Efficient resource usage • Background service worker implementation Browser Integration • Chrome side panel API • Active tab scripting • Debugger protocol support • Storage API for settings • Comprehensive permission model Compatibility • Chrome browser (version 88+) • Chromium-based browsers • Works on all websites (where permitted) • Responsive design for all screen sizes Performance • Lightweight footprint • Minimal memory usage • Fast execution times • Optimized for efficiency • Non-blocking operations Installation 1. Install Agent OS from the Chrome Web Store 2. Click the extension icon to open the side panel 3. Follow the quick setup wizard 4. Start automating your first task Configuration • Configure your AI API settings (if required) • Set up default form fill values • Customize automation preferences • Choose data export formats Tips for Success • Start with simple tasks to learn the interface • Use clear, specific task descriptions • Review plans carefully before execution • Save frequently used workflows • Check permissions for target websites Documentation Visit our comprehensive documentation portal for guides, tutorials, and API references: https://portal.agent0s.dev Regular Updates We continuously improve Agent OS with new features, performance enhancements, and security updates. Keep your extension updated for the best experience. Feedback Welcome We value your feedback and feature requests. Help us make Agent OS even better by sharing your experiences and suggestions. For Power Users: • Custom workflow scripting • API integration options • Advanced selector targeting • Conditional logic execution • Loop and iteration support • Variable and data storage • Complex multi-page automations For Developers: • Testing automation • Development workflow integration • API testing and validation • Form validation testing • User flow simulation For Data Analysts: • Structured data extraction • Data transformation pipelines • Batch processing capabilities • Export to analysis tools • Scheduled data collection Save Time Automate repetitive tasks that consume hours of your week. Focus on creative and strategic work while Agent OS handles the routine. Increase Accuracy Eliminate human error in data entry and form filling. Agent OS executes tasks consistently and precisely every time. Boost Productivity Complete tasks faster with intelligent automation. What takes minutes manually can happen in seconds with Agent OS. Work Smarter Let AI handle the tedious work while you focus on decision-making and creative tasks that require human insight. • Chrome browser (version 88 or higher) • Internet connection for AI features • API key for AI functionality (may be required for some features) • Appropriate permissions for target websites We're constantly working on new features and improvements. Upcoming enhancements include: • Enhanced natural language understanding • More data export formats • Workflow templates library • Collaborative automation sharing • Advanced scheduling capabilities • Browser automation API • Mobile companion app Start automating your web tasks today with Agent OS. Install now and experience the power of AI-driven browser automation. For more information, visit: https://agent0s.dev
dassi: AI Agent for Chrome — Browser Automation
AI agent for your browser. Automates tasks on any site—reads pages, fills forms, completes work. For Claude, GPT, Gemini & DeepSeek dassi is an AI agent that lives in your browser and automates your work. Tell the AI agent what you want in plain English—it reads pages, navigates sites, clicks buttons, fills forms, and completes multi-step workflows on any website. Connect Claude, GPT, Gemini, or any OpenAI-compatible model and start automating in minutes. Privacy-first. Unlike chatbots that only answer questions, dassi takes action—it's the tool for when you need to sit down and get serious work done. ✦ WORKS IN YOUR BROWSER dassi operates inside your tabs — it sees what you see. Tell it what to do in plain English, and it executes autonomously. No coding, no complex setup, no switching between apps. ✦ CONNECT ANY AI MODEL Bring your own API key for Claude, GPT, Gemini, or any supported provider — or use built-in access. dassi supports 10+ large language models, so you're never locked into a single provider. Use the model that works best for your tasks. ✦ AUTOMATES REAL WORK This is not a chatbot. dassi is an agentic AI assistant that completes workflows end-to-end: • Reads and extracts information from any web page • Fills out forms and applications automatically • Navigates multi-step processes across websites • Executes research and summarization tasks • Handles repetitive data entry and extraction ✦ PRIVACY-FIRST ARCHITECTURE When you bring your own API key, dassi connects directly to your AI provider — your data goes straight from your browser to the model, with no intermediary. With built-in access, requests pass through dassi to reach your chosen model, but we don't store your browsing activity, documents, or conversation logs. We never sell your data or use it to train models. 🤖 BROWSER AUTOMATION AGENT dassi combines browser-native AI with real-time page understanding to take actions on your behalf. It navigates between pages, scrolls to find information, clicks interactive elements, and fills input fields — all from your natural language instructions. 📋 TASK AUTOMATION & WORKFLOWS Automate repetitive browser tasks: • Email management — filter, summarize, draft replies • Lead generation — find and qualify prospects • Research — summarize articles, documents, web pages • Form filling — auto-complete applications and surveys • Data extraction — pull information into spreadsheets • Meeting prep — summarize calendars and create briefings ⚡ SKILLS & SLASH COMMANDS Save your most-used prompts as reusable Skills. Trigger any Skill instantly with a /slash command. Build a library of commands for your most common workflows. Schedule Skills to run automatically — like weekly reports every Friday or daily email summaries each morning. 📄 WORKS WITH YOUR FILES dassi reads spreadsheets, documents, PDFs, and web content. Extract data from pages directly into your files. Summarize long documents in seconds. No manual copy-paste between browser and applications. 🔒 ENTERPRISE-READY PRIVACY No browsing data stored. No conversation logs kept. With your own API key, dassi connects directly to your chosen AI provider using your credentials — no content passes through our servers. Built for privacy-sensitive environments. ━━━━━━━━━━━━━━━━━━━━━ WHAT YOU CAN AUTOMATE ━━━━━━━━━━━━━━━━━━━━━ Tell dassi what you need in plain language: 📧 EMAIL & COMMUNICATION "Summarize my inbox and flag anything urgent" "Draft follow-up emails for prospects I haven't heard from in 7 days" "Find all emails about the Johnson project and create a summary" 🔍 RESEARCH & ANALYSIS "Research this company and summarize their recent news" "Read this article and give me the key takeaways" "Compare the pricing pages of these three competitors" 📊 LEAD GENERATION & SALES "Find marketing managers at e-commerce companies in California" "Qualify this list of leads based on company size and industry" "Send connection requests to prospects matching my criteria" 📝 FORMS & DATA ENTRY "Fill out this job application with my resume information" "Complete this survey based on our company data" "Extract all product names and prices from this page into a spreadsheet" "Automate data entry for this spreadsheet using information from these invoices" 📅 PRODUCTIVITY & SCHEDULING "Summarize my calendar for tomorrow and list action items" "Create a meeting agenda based on the attached documents" "Find an open 30-minute slot next week and draft a meeting invite" 1. INSTALL — Add dassi to Chrome in one click 2. OPEN — Press Alt+Shift+D (Windows) or Option+Shift+D (Mac) to open the side panel 3. CONNECT — Add your AI provider API key or use built-in access 4. INSTRUCT — Tell dassi what you want to accomplish in plain language 5. SWITCH AWAY — dassi reads the page, plans the steps, and executes autonomously 6. CONFIRM — dassi asks for confirmation before taking important actions dassi works alongside you, confirming decisions when needed. You stay in control while dassi handles the tedious execution. ━━━━━━━━━━━━━━━━━━━━━ WHO IS dassi FOR ━━━━━━━━━━━━━━━━━━━━━ ✓ Anyone who wants a no-code AI agent built into the browser ✓ Sales professionals automating lead research and outreach ✓ Marketers managing content and campaign workflows ✓ Recruiters screening candidates and managing applications ✓ Operations teams handling repetitive data tasks ✓ Researchers gathering and summarizing information ✓ Anyone who spends too much time on repetitive browser work $10/month — full access to all features. Start with 7 days free. Cancel anytime. Bring your own API key to use your preferred AI provider, or use built-in access included in your subscription. 📧 Email: support@dassi.ai 💬 Discord: Join our community for tips, workflows, and support: https://discord.com/invite/UkAqkUPTZP 📚 Documentation: docs.dassi.ai/