<aside> 💡 The test button can make the menu item works in all Ae languages, but NOT for extension

</aside>

<aside> 💡 check the update video

</aside>

  1. click on the E button in script panel
  2. type in the extension / menu name or click theGet names... button. for example: **Overlord**
    1. click the Copy to clipboard button in the popup Keyboard Shortcut panel, and paste to get whole menu name
  3. type in the name and test
  4. click save
  5. generate JSON again
  6. done
(function(){
var extName = **"Overlord"**;
app.executeCommand(app.findMenuCommandId(extName));
})();

license