Skip to content

Commit feb1462

Browse files
Update references to "Microsoft Edge Add-ons"
Update references to "Microsoft Edge Add-ons"
1 parent a74c029 commit feb1462

8 files changed

Lines changed: 17 additions & 18 deletions

File tree

microsoft-edge/extensions-chromium/developer-guide/alternate-distribution-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Generally, extensions are distributed through the Microsoft Edge Add-ons website
2020

2121
1. Network administrators want to distribute an extension throughout their organization.
2222

23-
Extensions that aren't loaded from the Edge Add-ons store are referred to as _externally installed extensions_. The following are alternate methods of distributing externally installed extensions:
23+
Extensions that aren't loaded from the Microsoft Edge Add-ons are referred to as _externally installed extensions_. The following are alternate methods of distributing externally installed extensions:
2424

2525
* Use the Windows registry (Windows only).
2626
* Use a preferences JSON file (macOS and Linux).

microsoft-edge/extensions-chromium/developer-guide/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Follow these Best Practices to implement your extension and list it on the Micro
1616
<!-- ====================================================================== -->
1717
## Design a high-quality extension
1818

19-
Build extensions that conform to Microsoft's standards for security, privacy, transparency, and user experience.
19+
Build an extension that conform to Microsoft's standards for security, privacy, transparency, and user experience.
2020

2121
**Security**: Make sure that your extension doesn't pose any security threats to users.
2222

microsoft-edge/extensions-chromium/getting-started/extension-sideloading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 01/16/2025
1010
---
1111
# Sideload an extension to install and test it locally
1212

13-
To test an extension quickly and safely, sideload the extension in your own copy of Microsoft Edge, which means locally installing the extension. You can then run and test your extension without having to upload the extension to the Microsoft Edge Add-ins website (the _store_) and then install the extension from there.
13+
To test an extension quickly and safely, sideload the extension in your own copy of Microsoft Edge, which means locally installing the extension. You can then run and test your extension without having to upload the extension to the Microsoft Edge Add-ons(the _store_) and then install the extension from there.
1414

1515

1616
<!-- ====================================================================== -->

microsoft-edge/extensions-chromium/publish/add-ons-store-curation.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Curation and review process for the Edge Add-ons store
2+
title: Curation and review process for the Microsoft Edge Add-ons
33
description: How submissions to the Microsoft Edge Add-ons store are curated and reviewed by the store team.
44
author: MSEdgeTeam
55
ms.author: msedgedevrel
@@ -10,17 +10,16 @@ ms.date: 10/13/2023
1010
---
1111
# Curation and review process for the Edge Add-ons store
1212

13-
The Microsoft Edge Add-ons store curates the Edge store experience so that users can find all the items to customize their browser in one place, such as themes, extensions, and apps.
14-
15-
Before installing an item from the Edge Add-ons store, users can learn more about the functionality, data permissions, and publisher by viewing the item's description and listing.
13+
The Microsoft Edge Add-ons curates the Edge store experience so that users can find all the items to customize their browser in one place, such as themes, extensions, and apps.
1614

15+
Before installing an item from the Microsoft Edge Add-ons, users can learn more about the functionality, data permissions, and publisher by viewing the item's description and listing.
1716

1817
<!-- ====================================================================== -->
19-
## Organizing Edge Add-ons store items
18+
## Organizing Microsoft Edge Add-Ons items
2019

2120
The store organizes the items to help users discover the ones that are relevant to their interests.
2221

23-
Users can also discover the items they are interested in on the Edge Add-ons store in several ways, including:
22+
Users can also discover the items they are interested in on the Microsoft Edge Add-ons in several ways, including:
2423
* The home page.
2524
* The Search bar.
2625
* Curated collections of store items.
@@ -35,7 +34,7 @@ The following factors are used to organize items:
3534
<!-- ====================================================================== -->
3635
## Security review
3736

38-
The quality and compliance of the item that is displayed on the Edge Add-ons store is verified per the guidelines that are set in the developer policy.
37+
The quality and compliance of the item that is displayed on the Microsoft Edge Add-ons is verified per the guidelines that are set in the developer policy.
3938

4039
Items violating the policy guidelines are not allowed in the store. There is a standard review process for each new item submission and new versions of items, per the developer policies.
4140

@@ -46,7 +45,7 @@ See also:
4645
<!-- ====================================================================== -->
4746
## Ranking
4847

49-
Every item submitted to the Microsoft Edge Add-ons store has detailed information about the item's characteristics, such as:
48+
Every item submitted to the Microsoft Edge Add-ons has detailed information about the item's characteristics, such as:
5049

5150
* Screenshots.
5251
* The description of the item's features and functionality.
@@ -59,7 +58,7 @@ The Search ranking of the item is based on these characteristics.
5958
<!-- ====================================================================== -->
6059
## User feedback
6160

62-
In the Microsoft Edge Add-ons store, users can provide a rating and a written review for the item they are using. Users and developers can report an abusive review from within the review section of the item listing page.
61+
In the Microsoft Edge Add-ons, users can provide a rating and a written review for the item they are using. Users and developers can report an abusive review from within the review section of the item listing page.
6362

6463
Items are ranked for popularity based on user ratings at the store.
6564

microsoft-edge/extensions-chromium/publish/create-dev-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ An individual account is appropriate for a developer not associated with a compa
109109

110110
A company account is associated with an organization or business. The account verification process is longer and involves confirmation that you're authorized to create the account for your company. The duration of the process can range from a few days to a few weeks. Your company might receive phone calls from Microsoft verification partners.
111111

112-
For a company account, it's crucial to verify your Microsoft Edge program information when you enroll into a new Partner Center program. This verification is needed to publish extensions to the Microsoft Edge Add-ons store. See [Verify your company account information](./verify-microsoft-edge-program.md).
112+
For a company account, it's crucial to verify your Microsoft Edge program information when you enroll into a new Partner Center program. This verification is needed to publish extensions to the Microsoft Edge Add-ons. See [Verify your company account information](./verify-microsoft-edge-program.md).
113113

114114

115115
<!-- ------------------------------ -->

microsoft-edge/extensions-chromium/publish/extensions-analytics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Follow these steps to view your extension's analytics dashboard:
2626
<!-- ====================================================================== -->
2727
## Analytics dashboard metrics
2828

29-
From the analytics dashboard you can view metrics for the **Last month**, **3 months**, **6 months**, or **All time** (the period since your extension has been published to the Microsoft Edge Add-ons store).
29+
From the analytics dashboard you can view metrics for the **Last month**, **3 months**, **6 months**, or **All time** (the period since your extension has been published to the Microsoft Edge Add-ons).
3030

3131

3232
<!-- ------------------------------ -->
@@ -53,7 +53,7 @@ The following screenshot shows the **Weekly users** who have enabled and disable
5353
<!-- ------------------------------ -->
5454
#### Installs
5555

56-
The **Installs** metric displays the total number of successful installs of your extensions per day from the Microsoft Edge Add-ons store.
56+
The **Installs** metric displays the total number of successful installs of your extensions per day from the Microsoft Edge Add-ons.
5757

5858
The following screenshot shows daily successful installations for the last month.
5959

@@ -63,7 +63,7 @@ The following screenshot shows daily successful installations for the last month
6363
<!-- ------------------------------ -->
6464
#### Impressions
6565

66-
The **Impressions** metric captures the total number of page views and user visits to your extension product page on Microsoft Edge Add-ons store. The data points are based on weekly or daily totals depending on the selected time range.
66+
The **Impressions** metric captures the total number of page views and user visits to your extension product page on Microsoft Edge Add-ons. The data points are based on weekly or daily totals depending on the selected time range.
6767

6868
The following screenshot shows **Impressions** for an extension page over a three month period.
6969

microsoft-edge/extensions-chromium/update/api/addons-api-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 09/05/2024
1010
---
1111
# REST API Reference for updating Microsoft Edge Add-ons
1212

13-
This article is the REST endpoint reference for the Microsoft Edge Add-ons API. This API automates publishing updates to add-ons that have been submitted to the Microsoft Edge Add-ons store.
13+
This article is the REST endpoint reference for the Microsoft Edge Add-ons API. This API automates publishing updates to add-ons that have been submitted to the Microsoft Edge Add-ons.
1414

1515
For an overview, see [Using the REST API for updating Microsoft Edge Add-ons](./using-addons-api.md).
1616

microsoft-edge/extensions-chromium/whats-new/released-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Microsoft Edge Add-ons now support extensions with Manifest V3. For more informa
120120
<!-- ====================================================================== -->
121121
## Request to get your extension featured
122122

123-
You can request the Collection where your extension should be featured on the Microsoft Edge Add-ons store. You can submit your request at the [Submit a request to add an extension to the collections on the Microsoft Edge Add-ons home page](https://forms.office.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbRw01UwyBfAxNna_1ZkP3X2VUN0lBSU1YMEU3VFY0VURRODEwSjgwU00yRy4u).
123+
You can request the Collection where your extension should be featured on the Microsoft Edge Add-ons. You can submit your request at the [Submit a request to add an extension to the collections on the Microsoft Edge Add-ons home page](https://forms.office.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbRw01UwyBfAxNna_1ZkP3X2VUN0lBSU1YMEU3VFY0VURRODEwSjgwU00yRy4u).
124124

125125
*Released April 2021*
126126

0 commit comments

Comments
 (0)