Skip to main content Skip to docs navigation

Configuration Settings

Detailed explanation of key configuration settings and how to use them effectively.

Start [ Auto | Manual ]

Start the extension automatically or manually without refreshing the page.

  • Enable Manual Start
  • Refresh the target page once to switch between Auto and Manual modes
  • Check the status bar to confirm Manual mode
  • Press Ctrl + Shift + A to start the extension
  • You can change the hotkey in settings

Extension Load

Event TypeDefaultDescription
WindowtrueLoads when the entire page content is ready (stylesheets, images, subframes).
Slower than Document.
DocumentfalseLoads without waiting for stylesheets, images, and subframes to finish loading.
Faster than Window.

Hotkey

Set a hotkey to start the extension. Use one of the following combinations:

  • Ctrl + key
  • Ctrl + Shift + key
  • Alt + key
  • Alt + Shift + key
  • Ctrl + Alt + Shift + key

See how to set Manual Start.

Google Sheet ID

Used to fetch data from a specific Google Sheet.

  • The extension reads only the targeted sheet at runtime; it does not scan all sheets in your account.
  • Provide the correct Sheet ID to enable Google Sheets–based actions.

Start Time Configuration

Schedule a daily start time for a task using the HH:mm:ss:fff format.

Examples:

  • Before 12 AM: "08:30:00:000" for 8:30 AM
  • After 12 AM: "23:45:00:000" for 11:45 PM

Important Notes:

  • Execution waits until the specified time of day; it does not run immediately after a page refresh.
  • Supported in Auto mode only. In Manual mode, the task is triggered by a user-defined hotkey.

URL Match

Match specific URLs using either exact match or regular expressions.

  • Exact Match : Use exact match to target a specific URL.
  • Regular Expression Match : Use regular expressions to target multiple URLs that follow a specific pattern.

Example:

  • Exact Match: https://www.example.com/page
  • Exact Match: https://www.example.com/login
  • Regex Match: ^https://www\.example\.com/.*$
  • Regex Match: ^https://www\.example\.com/products/.*$

Bypass Browser Default

Bypass the browser's default alert, confirm, and prompt dialogs and handle them within the main window.

  • Alert: Bypass the default alert dialog and display a custom message within the main window.
  • Confirm: Bypass the default confirm dialog and handle the confirmation within the main window.
  • Prompt: Bypass the default prompt dialog and handle the input within the main window.