Command Palette AutomationAnywhere

Enhance Automation Anywhere with a Command Palette

目前為 2023-10-20 提交的版本,檢視 最新版本

作者
Jamir-boop
評價
0 0 0
版本
0.1
建立日期
2023-10-20
更新日期
2023-10-20
尺寸
3.5 KB
授權條款
MIT
腳本執行於

<!DOCTYPE html> Command Palette AutomationAnywhere Userscript

Command Palette AutomationAnywhere

Enhance your experience on Automation Anywhere by adding a command palette. This Userscript provides a simple and intuitive interface to execute common actions quickly. By pressing Ctrl + P, a prompt will appear where you can type your command.

<h2>Available Commands:</h2>
<ul>
    <li><kbd>a</kbd>: Add Action</li>
    <li><kbd>adv</kbd>: Add Variable</li>
    <li><kbd>v</kbd>: Show Variables</li>
    <li><kbd>duv</kbd>: Delete Unused Variables</li>
</ul>

<h2>How to Use:</h2>
<ol>
    <li>Install the Userscript using a Userscript manager like Tampermonkey.</li>
    <li>Navigate to <a href="https://my.automationanywhere.digital/" target="_blank">Automation Anywhere</a>.</li>
    <li>Press <kbd>Ctrl + P</kbd> to open the command palette.</li>
    <li>Type the command you wish to execute and press <kbd>Enter</kbd>.</li>
</ol>

<h2>Notes:</h2>
<p>If you type an unrecognized command, a help dialog will appear showing a list of available commands.</p>
<p>This Userscript is designed to work on the Automation Anywhere platform and has been tested with version 0.1.</p>

<h2>Author:</h2>
<p>Created by jamir-boop. This script is hosted on <a href="https://greasyfork.org/" target="_blank">Greasy Fork</a>.</p>