Getting Started with Common Extensibility Platform (CEP)
This page provides the resources you need to get started in order to create extensions for Adobe Creative Cloud applications, using the new HTML5/JavaScript interface model. The Flash/ActionScript interface model for extensions is deprecated in Creative Cloud releases; Support has already been removed from CC2014 and later releases.
-
CEP 11 is available for developing extensions and add-ons in latest versions of Creative Cloud Applications. Refer to the table for Creative Cloud products integration with CEP 11.
-
CEP 10 is available for developing extensions and add-ons in latest versions of Creative Cloud Applications. Refer to the table for Creative Cloud products integration with CEP 10.
-
Creative Cloud 2019 products include CEP 9 for developing extensions and add-ons. Refer to the table for 2019 products integration with CEP 9.
This SDK provides the low-level tools that you need to build extensions. Extensions that you build using these tools must be packaged as ZXP files in order to be seen and loaded by Extension Manager. You can offer extensions as free or paid products through our marketing portals (Adobe Exchange, the Add-ins website, the Creative Cloud desktop app). When you do this, you upload the extension to Adobe as a single ZXP file.
Resources you will need include:
- CEP JavaScript libraries for communicating with the operating system and Extension Manager and for communicating with the host application and other extensions.
- Sample code for how to use these libraries
- The ZXP packager, a command-line utility
For developing CEP 10.0 HTML/JavaScript extensions for Creative Cloud host applications
Documentation
-
APIs For CEP 11 APIs:
- Include these files in your extension project if you need to use the APIs.
- CSInterface.js
- Vulcan.js
- Do NOT include this file in your extension project. It is already integrated into CEP.
- CEPEngine_extensions.js
- Include these files in your extension project if you need to use the APIs.
-
Packaging and Signing Tool (ZXPSignCMD)
- Tool: ZXPSignCMD
-
Extension Installation Tools
- Extension Manager Command Line Tool
- A Python script to install & manage extensions (by John Peterson)
- Other Tools
-
Tooling
- Extension Builder 3 Preview
- Extension Builder 3 forums - get help from the developer community (NOTE: EB3 is compatible with CEP 4.x only. You can tweak it so that it supports CC 2014 (with limitations))
Miscellaneous help
- Getting Started Guides
- CS SDK Blog
- [Andy Hall's Super Mega Guide (English)] (http://bit.ly/XQn9IV) [ (Japanese)] (http://bit.ly/XQnB9P)
- Davide Barranca’s blog and HTML Panels Development Course
- David Deraedt’s plugin for Adobe Brackets
- Olav Martin Kvern's article on extensibility and InDesign
- The other API (Article on Medium)
- Adobe Exchange
- Photoshop CC 2014 CEP samples by John Peterson