Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated readme.
  • Loading branch information
JoshALogs authored May 9, 2023
1 parent 44a6623 commit 6835319
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ A browser extension to quickly navigate to ArcGIS REST API administration operat

1. This extension has been successfully tested on ArcGIS Online (AGOL) 11.0.0 and ArcGIS Enterprise Portal 10.8.

2. This extension has been successfully tested in Chrome 113.0.5672.93 and Firefox 112.0.2.

3. Newer versions of AGOL and Portal may have a different interface when opening the REST URL. To ensure this extension works, be sure to open the item's REST URL in a new tab. The URL must look something like this to work: `https://services.myserver.com/OrgID/ArcGIS/rest/services/example/FeatureServer/0`.
2. Newer versions of AGOL and Portal may have a different interface when opening the REST URL. To ensure this extension works, be sure to open the item's REST URL in a new tab. The URL must look something like this to work: `https://services.myserver.com/OrgID/ArcGIS/rest/services/example/FeatureServer/0`.

## How to use

Expand All @@ -27,6 +25,26 @@ A browser extension to quickly navigate to ArcGIS REST API administration operat
5. Click the "Execute Operation" button.
6. The operation's webpage will open in a new tab.

![how_to_use](https://user-images.githubusercontent.com/31683291/236974747-ce4f110b-99d5-4fdb-80cc-bdf4385bf373.gif)

## Manual Installation

### Chrome

1. Download the Chrome extension files from the [Chrome](./Chrome) directory in this repository.
2. Open the Chrome browser and navigate to `chrome://extensions`.
3. Enable "Developer mode" by toggling the switch in the top right corner of the page.
4. Click "Load unpacked" and select the folder containing the downloaded Chrome extension files.
5. The extension should now be installed and visible in your Chrome extensions list.

### Firefox

1. Download the Firefox extension files from the [Firefox](./Firefox) directory in this repository.
2. Open the Firefox browser and navigate to `about:debugging`.
3. Click "This Firefox" in the left sidebar.
4. Click "Load Temporary Add-on..." and select the `manifest.json` file from the downloaded Firefox extension files.
5. The extension should now be installed and visible in your Firefox extensions list.

## Limitations

- The extension currently supports ArcGIS Online and Enterprise Portal hosted services.
Expand Down

0 comments on commit 6835319

Please sign in to comment.