Install plugins and extensions for Creative Cloud apps

Learn how to install and manage new plugins or extensions using the Stock & Marketplace tab in your Creative Cloud desktop app. Also, learn how to install ZXP files of your extensions using the Unified Plugin Installer Agent (UPIA) tool and ExMan command-line tool.

Install plugins or extensions using the Creative Cloud desktop app

You can install plugins or extensions (also called add-ons) for Creative Cloud applications from the Creative Cloud desktop app. Adobe Extension Manager is no longer available to install plugins.

For Adobe teams and enterprise Creative Cloud users

You can install plugins using your Business Profile or your Personal Profile. However, note the following:

  • If you install plugins using your Personal Profile, you can use these plugins when you're signed into your Business Profile.
  • If you install plugins using your Business Profile, you cannot use these plugins when you're signed into your Personal Profile. You'll need to install the plugins separately using your Personal Profile.

Learn how to manage Adobe Profiles.

Note:

Before you install a plugin or extension, make sure that you have installed the Creative Cloud app to which you are adding it. For example, if you are installing an extension for Photoshop, install Photoshop first.

  1. Download the Creative Cloud desktop app.

  2. Go to the Stock & Marketplace tab, and then select Plugins(If you have a Creative Cloud for education subscription, go to the Marketplace tab, and then select All plugins in the left sidebar.)

    The Stock & Marketplace window showing a search bar and multiple tabs for search categories such as Images and Plugins.
    The Plugins window in Stock & Marketplace opens.

    Don't see the Stock & Marketplace tab?

    Currently, this tab is not available in the Creative Cloud desktop app installed on Windows computers with ARM processors.

  3. Search for your plugin. 

    The Plugins tab showing a search bar for you to search for plugins.
    A window showing all the plugins that match your search result opens.

  4. When you find a plugin you'd like to install, select Get or Learn more

    The window showing all the plugins that match with your search result. Select Get to install plugins.
    The installation process starts.

    Note:

    Some plugins require you to purchase them. Select Buy for these plugins and follow the onscreen instructions to install them. 

  5. Follow the onscreen instructions to complete the install.

  6. After you’ve successfully installed a plugin or extension, if you can’t locate it, go to My Exchange, select the extension, and navigate to the section Where to find it.

    See where to find the installed extension in your app
    You can now check where to find the installed plugins or extensions.

Install extensions using command-line tool

You can install ZXP files of the required extensions using the Unified Plugin Installer Agent (UPIA) tool and the ExMan command-line tool. If you don't have the ZXP file of the extension you are trying to install, navigate to My Exchange, find your extension, and select Installation Help.

Select Installation help
This window showing download instructions for your extension opens.

You can download the extension using the download button in step 3. If you still can’t locate the ZXP file, contact the extension vendor. The vendor’s contact information can be found on their partner profile page on the Adobe Exchange website.

How to install extensions using UPIA tool

The UPIA command-line tool is automatically installed with the Creative Cloud desktop app version 5.5 and later. Learn how to install your extensions using the UPIA command-line tool.

How to install extensions using ExMan command-line tool

Before you begin, ensure that your version of the application supports the extension. Choose your operating system below and follow the steps to install extensions. For more information, see Working from the command-line.

Select Operating System

  1. Download the ExMan command-line tool ZIP file.

  2. Extract the files to a location on your computer. In the example below, the files are extracted to C:\Exmancmd_Win.

    Extract your files
    You have successfully extracted the files in the ZIP file.

  3. Download the ZXP file of the extension and copy it to the same location.
  4. Type cmd in Windows search. Right-click Command Prompt and select Run as administrator.

    Command prompt
    The Command Prompt opens.

    Note:

    Close the application related to the extension before you proceed with the installation.

  5. In the command prompt, navigate to the folder containing your extracted files. In our example, the location is C:\Exmancmd_Win. To navigate to this location, run the command cd C:\Exmancmd_Win

    Navigate to the folder location which has the extracted files
    Commands are case-sensitive. While typing in the command, ensure that you use the correct case.

  6. To install the extension, run the command ExManCmd.exe /install <extension-filename.zxp>

    Install command on Windows
    The extension is installed successfully.

  7. Run the command ExManCmd.exe /list all to verify that the extension has been installed.

  8. To locate the installed extension in the Adobe app, follow the instructions given in the extension's user guide.

  1. Download the ZXP file of the extension you are trying to install. Copy the file to the desktop.

  2. Download the ExMan command-line tool DMG file.

  3. Double click the downloaded DMG file and copy the Contents folder to the desktop.

    Double-click the DMG file and copy the contents to the desktop
    You have successfully copied and pasted your files.

  4. Open Finder and go to Applications -> Utilities -Terminal. Double-click Terminal.

  5. Type the command  xattr -dr com.apple.quarantine and drag the file ExManBridgeTalkCmd from Desktop -> Contents -> MacOS on to the terminal, and then press Return.

    Alternatively, type the command  xattr -dr com.apple.quarantine Desktop/Contents/MacOS/ExManBridgeTalkCmd and press Return.

    Note: Commands are case-sensitive. While typing in the command, ensure that you use the correct case.

  6. Go to Desktop > Contents > MacOS and double-click ExManCmd. 

    Do you get a warning that ExManCmd can't be opened?

    Go to System Preferences > Security & Privacy and select Open Anyway. You can now double-click ExManCmd.

    Warning that ExManCmd can't be opened
    Select Open or Cancel.

    Allow ExManCmd from Security & Privacy

  7. Go back to Applications Utilities Terminal and double-click Terminal

    Enter cd ~/Desktop to navigate to the desktop.

    Command to navigate to the desktop
    You have successfully navigated to the desktop.

  8. Run the command ./Contents/MacOS/ExManCmd --install <extension-filename.zxp> to install the extension.

    Install command on Mac
    The extension installation is complete.

    If you run into permission issues, you can run the command using elevated privileges

    a. Prefix sudo to the command. For example, in this case, use sudo ./Contents/MacOS/ExManCmd --install <extension-filename.zxp>

    b. Enter your password at the prompt and press Return. It's possible that you don't see the cursor moving or the text being entered as you type. 

  9. Run the command ./Contents/MacOS/ExManCmd -- list all to verify that the extension has been installed.

  10. To locate the installed extension in the Adobe app, follow the instructions given in the extension's user guide.

  1. Download the ZXP file of the extension you are trying to install. Copy the file to the desktop.

  2. Download the ExMan command-line tool DMG file.

  3. Double click the downloaded DMG file and copy the Contents folder to the desktop.

    Double-click the DMG file and copy the contents to the desktop
    You have successfully copied and pasted your files.

  4. Open Finder and go to Applications > Utilities Terminal. Double-click Terminal.

  5. Enter cd ~/Desktop to navigate to the desktop.

    Command to navigate to the desktop
    Commands are case-sensitive. While typing in the command, ensure that you use the correct case.

  6. Run the command ./Contents/MacOS/ExManCmd --install <extension-filename.zxp> to install the extension.

    Install command on Mac
    The extension installation is complete.

    If you run into permission issues, you can run the command using elevated privileges

    a. Prefix sudo to the command. For example, in this case, use sudo ./Contents/MacOS/ExManCmd --install <extension-filename.zxp>

    b. Enter your password at the prompt and press Return. It's possible that you don't see the cursor moving or the text being entered as you type. 

  7. Run the command ./Contents/MacOS/ExManCmd -- list all to verify that the extension has been installed.

  8. To locate the installed extension in the Adobe app, follow the instructions given in the extension's user guide.

Frequently Asked Questions

Find solutions to some common errors that you might encounter when installing plugins or extensions.

  1. Open the Creative Cloud desktop app.

  2. Go to Stock & Marketplace > Plugins. (If you are a Creative Cloud for education subscriber, go to Marketplace > Manage plugins.)

    The Stock & Marketplace window showing a search bar and multiple tabs for search categories such as Images and Plugins.
    The Plugins window in Stock & Marketplace opens.

    Don't see the Stock & Marketplace tab?

    Currently, this tab is not available in the Creative Cloud desktop app installed on Windows computers with ARM processors.

  3. Under Plugins in the left sidebar, select Manage plugins.

  4. Select the More actions icon  for your plugin or extension, and then select Uninstall.

    Tbe expanded menu under More actions icon for an installed plugin. Select Uninstall to remove the plugin.
    The process to uninstall the plugin starts.

If you are trying to install your plugin or extension on a Windows computer with an ARM processor, you won't be able to view the Stock & Marketplace tab in the Creative Cloud desktop app.

We are working to ensure plug-in support for Windows computers that use ARM processors. In the meantime, we recommend that you install and run your plug-ins on Windows computers that use Intel processors.

Some plugins or extensions are installed as panels inside the Creative Cloud apps, while some others are installed in the form of zipped files. To know where you can find your installed plugin or extension, go to the Adobe Exchange website and select your plugin or extension. Scroll down to the bottom of the web page and navigate to the section Where to Find it. This section provides the location details of the plugin or extension after it has been installed.

How to find the 'Where to find it' tab
You can now check where to find the installed plugins or extensions.

 Adobe

Get help faster and easier

New user?