Join our global community of Adobe Exchange developers.
Recently active
If you're having this problem, where even free downloads from the Exchange don't seem to load, please let us know here. Edited, as these steps haven't helped: The current fix is to try deleting all adobe.com cookies from your browser. Check out this page, in the subsection "Delete cookies from a site" for Chrome. You may also try using different browsers or "incognito" mode. If these steps don't help, try logging out of the Creative Cloud desktop app. You may also try updating, and/or uninstalling and reinstalling the Creative Cloud Desktop app. Let me know in this thread and via this survey if none of these steps help. It's helpful to know which extensions you tried and what browser you're using.
Hello, I have recently purchased the clear site plugin from visuality technologies and it does not work at all. I talked to tech support they said I need to install an older version of Adobe premiere which I did 22.0 and it still does not work. I have called Adobe support over five times they always just hang up on me. I've emailed two different email addresses I've gotten no reply back. Adobe has horrible customer support all outsource to India. All I want is a refund for a plug-in I paid for that does not work at all. And cost $90. I need a refund ASAP this is ridiculous.
Hi, I have paid for the Ses2Sesx application I Adobe Exchange, but I can't download it. Can you please help me?
I'm building an extension for After Effects that loads photos from an API. The problem is that after each search if the scroll is at the bottom, it stays there.How can I make it go on top of the extension like in the browser withwindow.scrollTo(0,0);
I have successfully exported to ePub many times in earlier versions of Indesign. I created an Indesign file in v. 17.2 (now updated to 17.2.1) and I cannot get it to export. Beachball every time. I read one thread that indicated the cause of crashing on export might be due to proprietary fonts. I changed all the fonts in my paragraph styles to ones I have used in the past. Still no go. What has changed? I converted an older INDD file to INDD2022 that had been previously exported from INDD2021 to ePub 2.0, and it exported fine from 17.2.1. However, the file I created in INDD2022 will not export. Any ideas?
I am the developer of an extension for Illustrator which is listed for years on Adobe Exchange. In the manifest.xml we already state the extension is compatible from 21.0 up to 26.9. But recently in these 2 days, we got reports from several users that Specees disappear in Window > Extensions after updating to Illustrator 26.2.1. They even can’t find it in the CC desktop APP (Stock & Marketplace > Plugins > Manage plugins). And they cannot download the extension (They reported with error code 1001) nor they can install it with .zxp downloaded from Adobe Exchange. One user contacted Adobe support and they reply him with the answer that saying the extension is not compatible with his Illustrator. We have tried install and reinstall our extension on both Mac and Windows with Illustrator 26.2.1 and we found no issue so we don’t think compatibility would not be an issue. Please advice on how our user can fix this, or in case you think that’s
Join us for Creative Cloud developer office hours later today, March 10th, 4pm-5pm GMT, 8am-9am PST. Bring your questions and talk with our team every month in 2022; The next session is April 7th.
I bought a plug-in that is not on the Adobe Stock & Marketplace anymore, and I want to back up the plug-in so I won't lose the tool. I can see that it is installed on my Adobe Creative Cloud Desktop under Manage Plugins, but I can't find the physical plugin file anywhere on my laptop.
How do I save a word mobile document (work only, but unable to print) to Adobe PDF for uploading to other files?
Hi! I'm trying to get this function to return the value of the result variable, but am have some sync/async problems. Do you know the solution? Will you share it with me? Thanks! async function executeScript(remoteData, localData, scriptData) { const script = `evaluationStation("${remoteData}","${localData}","${scriptData}");` const returnMe = await csInterface.evalScript(script, (result) => { console.log('This is my result: '+ result); return result; }); console.log(returnMe) return returnMe; }
What is the best way to purchase several licenses for a team? Can this be done through the CC Teams? Is there a way to manage add-on licenses and pay centrally?
So unlike what Adobe previously stated: "CEP Extensions will not work on Apple Silicon Macs unless the hosting Adobe App will launch in Rosetta mode", I find that my CEP extentions shows up and works as expected in After Effects both when launched in Rosetta BUT ALSO when launched in Apple Silicon mode.Is this expected behaviour? thnx!
I am looking for a General Vendor Questionaire. Is there one for Adobe? I can't find any information on it. Thank you,Patricia Spinelli
Hi, I've been following the steps at Adobe-CEP/Getting-Started-guides The panel displays correctly in Photoshop, but the Open button is not responding.Also, I can't load the page to debugging at http://localhost:8088/. It gives me the msg "This site can't be reached."Any ideas as to what I'm doing wrong? Here is my file structure at AppData\Roaming\Adobe\CEP\extensions\com.my.test.panel.CSInterface.js is from the 11.x folder on the repo. manifest.xml<?xml version='1.0' encoding='UTF-8'?> <ExtensionManifest ExtensionBundleId="com.my.test" ExtensionBundleVersion="1.0.0" Version="7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ExtensionList> <Extension Id="com.my.test.panel" Version="1.0.0" /> </ExtensionList> <ExecutionEnvironment> <HostList> <Host Name="PHSP" Version="23" /> <Host Name="PHXS" Version="23" /> </HostList> <LocaleList> <Loc
are you the admin of a team or enterprise subscription?
Really odd issue I'm having with the Adobe Exchange Program. I have three published extensions (one each for Ps, Pr, and Ae), and for two of them, I can create a new patch just fine through the Exchange dashboard. For the third one, however, there simply isn't an option to "Create New Patch". I still have the options to Download the ZXP or Preview, but "Create New Patch" is just... missing. I tried all the normal things of clearing browser cache, useing a different browser, and even logged in on a completely different machine and seeing the same thing no matter what. Anyone have any ideas of what may be going on?
Hey there, (asked this in the Photoshop scripting section)As I understand, custom toolbars are now CEP panels. I am wondering if anybody has developed a product like 'ft-toolbar' or 'kBar' (After Effects) for photoshop. That is something to make own buttons that perform, menu items, scripts, actions, automation. Preferably with ability to use icons etc.Does that exist now for Photoshop cc 2015+ (read Configurator is now dead.)Many thanksAlan.
I have created a ScriptUI window, as a palette. This doesn't seem to be displayed using the window.show() function using the VS Code Debugging ESTK plugin.If I change to a dialog window, it will be displayed, but takes a modal form which I cannot use in this scenario as I need to have this panel float over my active document.In ESTK it works fine.Is this feature still being worked on?CheersRoy
Hi,Are there updated Host Adapter plug-ins and JS interfaces for the CC 2015 apps, in particular Illustrator? The ability to respond to certain "host" events is crucial to our Extension. If an updated Illustrator Host Adapter is not available today, is there some kind of timetable for its release? Thanks,Brian
Hi,Does anyone ever achieve to sign an extension in a continuous integration build environnement ? (Linux servers).We really need this, because nowadays, releases are built on a developper desktop which is not a good way to do...I explored some eventualities, even use a docker container, with no luck.If it can help, I am building extensions with grunt-cep using zxp-provider to run ZxpSignCommand. Thanks,Regards
Hi all,Is there any update on when we might expect to be able to release private extensions on Adobe Exchange? I have made an extension I wish to use within my company so it can't be public.Thanks,Jonny
I'm trying to access the page https://exchange.adobe.com/creativecloud but an advertisement opens and I can't open anything else. I tried in several browsers and asked my friends to open the page too and the same thing appears for them. Please fix this, it's absurd. I urgently need to download a plugin and I can't because of this error. what the hell?
A week ago I bought an extension package (#1.ENTIRE Photo Overlays Store/Photo Effects Store) through the Creative Cloud marketplace. Now I'm not able install that, as the package is informed to be incompatible! Importantly, I contacted 6 days ago both Adobe and the provider indicated in the bill (asupport@adobe.com and support@photoeffects.store) for support but haven't got any response! It is really strange that 1) it is possible to by through the Adobe marketplace an incompatible extension package (they do know my stuff), 2) nobody responds to my inquiries, and 3) overlays are just images, getting them shouldn't be this difficult. I have the latest MacOS in my two year old iMac. What would you do?
hi i am zia from pakistan , i created my own panel . i want to secure my panle with serial keys system anybody tell me about this how to do ,my whatsapp no (Phone number removed by the Moderator)
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.