A browser extension to quickly navigate to ArcGIS REST API administration operations for hosted services.
- Navigate to the following ArcGIS REST API operations directly from the extension:
- Refresh
- Add To Definition
- Update Definition
- Delete From Definition
-
This extension has been successfully tested on ArcGIS Online (AGOL) 11.0.0 and ArcGIS Enterprise Portal 10.8.
-
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
.
- Install the extension in your browser.
- Navigate to an ArcGIS REST services URL.
- Click the extension's icon in the top bar.
- Select the desired operation from the dropdown menu.
- Click the "Execute Operation" button.
- The operation's webpage will open in a new tab.
- Download the Chrome extension files from the Chrome directory in this repository.
- Open the Chrome browser and navigate to
chrome://extensions
. - Enable "Developer mode" by toggling the switch in the top right corner of the page.
- Click "Load unpacked" and select the folder containing the downloaded Chrome extension files.
- The extension should now be installed and visible in your Chrome extensions list.
- Download the Firefox extension files from the Firefox directory in this repository.
- Open the Firefox browser and navigate to
about:debugging
. - Click "This Firefox" in the left sidebar.
- Click "Load Temporary Add-on..." and select the
manifest.json
file from the downloaded Firefox extension files. - The extension should now be installed and visible in your Firefox extensions list.
- The extension currently supports ArcGIS Online and Enterprise Portal hosted services.
- The extension assumes the user has a valid token included in the URL for accessing the REST API operations.
- Icon: https://www.flaticon.com/free-icons/magnifying-glass
- OpenAI's ChatGPT
Please feel free to submit issues or contribute code to improve the extension.
If you have any questions, issues, or suggestions, feel free to reach out through the following channels:
- Email: JoshALogs@gmail.com
- GitHub: arcgis-rest-admin-tool