diff --git a/commands/README.md b/commands/README.md
index e3fe887ad..af718d3d4 100644
--- a/commands/README.md
+++ b/commands/README.md
@@ -775,6 +775,7 @@ This repository contains sample commands and documentation to write your own one
| Icon | Title | Description | Author | Args | Templ | Lang |
| :--: | ----- | ----------- | :----: | :--: | :---: | :--: |
|
| [Leave Meeting](communication/zoom/leave-meeting.applescript) | Leaves Current Zoom meeting | [Faris Aziz](https://github.com/farisaziz12) | | |
|
+ |
| [Rename Profile](communication/zoom/rename-profile.applescript) | Rename your profile in Zoom Meeting App (Mac Only) and cliclick. | [Leo Voon](https://github.com/leovoon) | ✅ | |
|
|
| [Toggle Microphone](communication/zoom/toggle-mic.applescript) | Mute/Unmute your microphone in the current meeting | [Luigi Cardito](https://github.com/lcardito) and [Faris Aziz](https://github.com/farisaziz12) | | |
|
|
| [Toggle Video](communication/zoom/toggle-video.applescript) | Show/Hide your microphone in the current meeting | [Luigi Cardito](https://github.com/lcardito) and [Faris Aziz](https://github.com/farisaziz12) | | |
|
diff --git a/commands/extensions.json b/commands/extensions.json
index 08896e46f..ac017140a 100644
--- a/commands/extensions.json
+++ b/commands/extensions.json
@@ -10734,6 +10734,34 @@
"title" : "Leave Meeting",
"updatedAt" : "2021-05-03T09:54:17+00:00"
},
+ {
+ "authors" : [
+ {
+ "name" : "Leo Voon",
+ "url" : "https:\/\/github.com\/leovoon"
+ }
+ ],
+ "createdAt" : "2023-03-31T09:30:18+08:00",
+ "currentDirectoryPath" : null,
+ "description" : "Rename your profile in Zoom Meeting App (Mac Only) and cliclick.",
+ "filename" : "rename-profile.applescript",
+ "hasArguments" : true,
+ "icon" : {
+ "dark" : null,
+ "light" : "images\/zoom-logo.png"
+ },
+ "identifier" : "ff7531c3b095eb59465663d7b2e5626b",
+ "isTemplate" : false,
+ "language" : "applescript",
+ "mode" : "silent",
+ "needsConfirmation" : null,
+ "packageName" : "Zoom",
+ "path" : "communication\/zoom\/",
+ "refreshTime" : null,
+ "schemaVersion" : 1,
+ "title" : "Rename Profile",
+ "updatedAt" : "2023-03-31T03:48:28+00:00"
+ },
{
"authors" : [
{
@@ -16124,7 +16152,7 @@
"refreshTime" : null,
"schemaVersion" : 1,
"title" : "Create Task",
- "updatedAt" : "2022-07-22T06:29:42-04:00"
+ "updatedAt" : "2023-03-18T04:02:12+03:00"
},
{
"authors" : [
@@ -22479,9 +22507,9 @@
],
"languages" : [
{
- "displayName" : "Swift",
- "icon" : "icon-swift.png",
- "name" : "swift"
+ "displayName" : "Bash",
+ "icon" : "icon-bash.png",
+ "name" : "bash"
},
{
"displayName" : "Node",
@@ -22493,16 +22521,16 @@
"icon" : "icon-ruby.png",
"name" : "ruby"
},
- {
- "displayName" : "Bash",
- "icon" : "icon-bash.png",
- "name" : "bash"
- },
{
"displayName" : "AppleScript",
"icon" : "icon-applescript.png",
"name" : "applescript"
},
+ {
+ "displayName" : "Swift",
+ "icon" : "icon-swift.png",
+ "name" : "swift"
+ },
{
"displayName" : "Python",
"icon" : "icon-python.png",
@@ -22512,6 +22540,6 @@
"metadata" : [
],
- "totalScriptCommands" : 782,
- "updatedAt" : "2023-02-27T05:55:23Z"
+ "totalScriptCommands" : 783,
+ "updatedAt" : "2023-03-31T03:48:28Z"
}
\ No newline at end of file