您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Enhance Automation Anywhere with a Command Palette
当前为
<!DOCTYPE html> Command Palette AutomationAnywhere Userscript
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>