Skip to content

Commit f81a708

Browse files
author
Steve Kwak
committed
distribution modified
1 parent b4b7b87 commit f81a708

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

distribution/how-to-submit-to-plugin-manager.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@ This will take you to your plugin's details page, which shows your plugin ID, a
3232

3333
![Distribute your plugin](/images/submit.png)
3434

35-
Before clicking on the "Submit for Review" button, make sure to read [the submission checklist](/distribution/submission-checklist.md). This is the same checklist that our review team uses to determine to whether reject or approve your plugin.
35+
Before clicking on the "Submit for Review" button, make sure to read [the submission checklist](/distribution/submission-checklist.md). This is the same checklist that our review team uses to determine whether to reject or approve your plugin.
3636

3737
When ready, click "Submit For Review".
3838

3939
### 3. Submit plugin for review - Listing Information
40-
The "Submit plugin for review" page has two tabs: "Listing information" and "Plugin file". As the first step, you are asked to provide some facts about you, the publisher, and your plugin.
40+
The "Submit plugin for review" page has two tabs: "Listing information" and "Plugin file". As the first step, you are asked to provide some facts about you, the publisher, and your plugin. Make sure that the plugin name in your [manifest file](/reference/structure/manifest.md) and the plugin name you provide here match.
4141

4242
![Publisher and plugin info](/images/plugin-and-publisher-info.png)
4343

4444
Next, indicate whether your plugin requires installations of another application or use of a third party service. Also, include release notes for this version. This information will be displayed in the plugin manager to help users onboard your plugin.
4545

4646
![Publisher and plugin info](/images/connect-and-version-details.png)
4747

48-
Next, you are asked to provide three plugin icons (`48 * 48`, `96 * 96`, and `192 * 192`). These icons will be used for display in the Plugin Manager listing. Note that, separately, you are required to include two additional images (`24 * 24`, `48 * 48`) in your plugin and includ them in [the manifest](https://adobexdplatform.com/plugin-docs/reference/structure/manifest.html).
48+
Next, you are asked to provide three plugin icons (`48 * 48`, `96 * 96`, and `192 * 192`). These icons will be used for display in the Plugin Manager listing. Note that, separately, you are required to include two additional images (`24 * 24`, `48 * 48`) in your plugin and includ them in [the manifest](/reference/structure/manifest.md).
4949

5050
Now you can provide your plugin's screenshots to be included in the Plugin Manager listing. Please take a look at [the screenshot requirements](https://adobexdplatform.com/plugin-docs/distribution/how-to-submit-to-plugin-manager.html).
5151

@@ -57,15 +57,13 @@ Finally, if you have any message for our reviewers, write them here.
5757

5858
Once you are done with providing some information about your plugin, icons, and screenshots, you will be asked to attach your plugin file. Make sure to properly [package your plugin](/distribution/packaging.md) into an `.xdx` file.
5959

60-
61-
62-
If your plugin passed all validation checks by the Developer Console, write notes (if any) to the CC Integrations Review team and click on "Submit for Review".
60+
If your plugin passed all validation checks by the Developer Console, the "Submit" button will be activated for you to click.
6361

6462
Congratulations! We can't wait for you to join our growing community of published plugins.
6563

6664
## CC Integrations Review
6765

68-
After you submit, the CC Integrations Review team will review your plugin. Depending on current submission volume, it can take up to 10 business days before you hear a response. Thank you for being patient with us.
66+
After you submit, the CC Integrations Review team will review your plugin. Depending on current submission volume, it can take up to 10 business days before you hear a response. Thank you for being patient with us. Note that the same [submission checklist](/distribution/submission-checklist.md) will be used by our reviewers to determine whether to reject or approve your plugin.
6967

7068
Once your submission has been reviewed, we’ll reach out letting you know if it has been approved or rejected, and provide any next steps.
7169

distribution/options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ If you distribute a .XDX file, installation is as simple as one double-click.
2727
>
2828
> - Outlook fails silently; the message disappears into the void, without being delivered to the recipient.
2929
> - Gmail notifies the sender that the message will be blocked.
30+
>
31+
> If you also have the same listing in the Plugin Manager, make sure the `id` and `name` fields in the manifest match the same fields in the Plugin Manager listing.
3032
3133

3234
## Next steps

0 commit comments

Comments
 (0)