Overview of Common Extensibility Platform (CEP)
masterThe Common Extensibility Platform (CEP) allows developers to create extensions for Adobe Creative Cloud applications using an HTML5 and JavaScript interface model. This replaces the deprecated Flash/ActionScript model.
To build and distribute extensions, you will typically use:
- CEP JavaScript libraries: For communicating with the operating system, the Extension Manager, the host application, and other extensions.
- ZXP Packager: A command-line utility used to package extensions into
.zxpfiles. These files are required for extensions to be recognized and loaded by the Extension Manager. - Distribution: Extensions can be distributed as free or paid products via Adobe Exchange, the Add-ins website, or the Creative Cloud desktop app by uploading the single
.zxpfile.