Different Shortcuts Based on the Current URL in Chrome

Hi,

I want to create shortcuts to move between tabs/sheets in different apps, like:

  1. Lucidchart
  2. Google Sheets
    etc.
    They all have tabs/pages (not browser tabs) and different hot keys to change those pages.

How can we create a BTT shortcut that takes into account a website that was opened in Chrome when I initiated a shortcut?

I thought something like a Conditional Activation Group can help with a custom variable.
I found the Apple Script that can return a current URL:

tell application "Google Chrome"
    get URL of active tab of first window
end tell

Not sure how to proceed next.
Does anyone know the easiest way to achieve the goal?