Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link text for Microsoft Store App Developer Agreement #3255

Merged
merged 10 commits into from
Sep 2, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ If you have a Partner Center account for which the Primary Owner is a Microsoft

1. After you sign in, a registration form is displayed, to enroll in the Microsoft Edge program. To help you fill in the registration form, see the next section.

1. Before submitting your registration form, read and accept the terms and conditions of the [Microsoft Edge Developer Agreement](/legal/windows/agreements/app-developer-agreement).
1. Before submitting your registration form, read and accept the terms and conditions of the [App Developer Agreement](https://go.microsoft.com/fwlink/p/?LinkID=221922).

1. To complete your enrollment, select **Finish**.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ On the **Properties** webpage, enter the following information to specify proper
|:--- |:--- |
| Category (required) | The category that best describes your extension. Listing your extension in the right category helps users find your extension easily and understand more about it. |
| Privacy policy requirements (required) | Indicate if your extension accesses, collects, or transmits any personal information. Your extension might fail the certification step if you select **Yes** and you don't provide a `Privacy policy URL`. |
| Privacy policy URL | A valid privacy policy URL to communicate how your extension follows privacy laws and regulations. You're responsible for ensuring your extension follows privacy laws and regulations. You're also responsible for providing a privacy policy URL if any personal information is being accessed, transmitted, or collected by your extension. To determine if your extension requires a privacy policy, see [Microsoft Edge Developer Agreement](/legal/windows/agreements/app-developer-agreement) and [Developer policies for the Microsoft Edge Add-ons store](../store-policies/developer-policies.md). |
| Privacy policy URL | A valid privacy policy URL to communicate how your extension follows privacy laws and regulations. You're responsible for ensuring your extension follows privacy laws and regulations. You're also responsible for providing a privacy policy URL if any personal information is being accessed, transmitted, or collected by your extension. To determine if your extension requires a privacy policy, see [App Developer Agreement](https://go.microsoft.com/fwlink/p/?LinkID=221922) and [Developer policies for the Microsoft Edge Add-ons store](../store-policies/developer-policies.md). |
mikehoffms marked this conversation as resolved.
Show resolved Hide resolved
| Website URL | A webpage that provides additional information about your extension. The `Website URL` must point to a webpage on your own website, not the web listing for your extension in the [Microsoft Edge Add-ons website](https://microsoftedge.microsoft.com/addons/Microsoft-Edge-Extensions-Home). The `Website URL` helps users learn more about your extension, its features, and any other relevant information. |
| Support contact details | The URL to your support webpage, or the email address to contact your support team. |
| Mature content | Checkbox to specify if your extension includes mature content. Extension rating helps determine the appropriate age group of the target audience of your extension. To help determine if your extension has mature content, see [Developer policies for the Microsoft Edge Add-ons store](../store-policies/developer-policies.md). |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ Users should not be misled to click on advertisements to fully use the extension
###### 1.10.2 Policies and agreements

Any ad content that's displayed by your extension must conform to the following:
* The [Microsoft Advertising Network policies](https://about.ads.microsoft.com/policies/home).
* The advertising requirements of the [App Developer Agreement](/legal/windows/agreements/app-developer-agreement).
* The [Microsoft Advertising Network policies](https://about.ads.microsoft.com/policies/home).<!-- todo: update link text & url - the link redirects to [Introduction to Microsoft Advertising Network policies](https://help.ads.microsoft.com/#apex/ads/en/ext60205) -->
mikehoffms marked this conversation as resolved.
Show resolved Hide resolved
* The advertising requirements of the [App Developer Agreement](https://go.microsoft.com/fwlink/p/?LinkID=221922).
* The advertising requirements of the developer policies for the Microsoft Edge Add-ons store.


mikehoffms marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
Loading