Add ability to schedule runs to be executed in the Chrome extension This is a commonly requested feature, but there's a major downside to desktop scheduling: It's fundamentally unreliable because the computer might be asleep / Chrome may be closed. As a result, users may be unpleasantly surprised when they expect a run to occur but it doesn't. In contrast, cloud scheduling doesn't have this issue because everything is run in the cloud. Regardless, it may still be useful to provide this ability for users who want to run flows directly on their own computers for whatever reason. If you'd like this feature, please leave a comment answering the following questions: What task are you trying to automate? Is there a reason you'd prefer scheduling this locally instead of running in the cloud?