You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: distribution/how-to-submit-to-plugin-manager.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,20 +32,20 @@ This will take you to your plugin's details page, which shows your plugin ID, a
32
32
33
33

34
34
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.
36
36
37
37
When ready, click "Submit For Review".
38
38
39
39
### 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.
41
41
42
42

43
43
44
44
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.
45
45
46
46

47
47
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).
49
49
50
50
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).
51
51
@@ -57,15 +57,13 @@ Finally, if you have any message for our reviewers, write them here.
57
57
58
58
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.
59
59
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.
63
61
64
62
Congratulations! We can't wait for you to join our growing community of published plugins.
65
63
66
64
## CC Integrations Review
67
65
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.
69
67
70
68
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.
Copy file name to clipboardExpand all lines: distribution/options.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ If you distribute a .XDX file, installation is as simple as one double-click.
27
27
>
28
28
> - Outlook fails silently; the message disappears into the void, without being delivered to the recipient.
29
29
> - 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.
0 commit comments