This is a simple extension allows you to get the APS ACC URL details include:
- Project Id : A Project in Autodesk Forge is a specific workspace within a Hub. It's where the actual design and construction data is stored. Each project contains folders, items, and versions. The project id is unique for each project within a hub.
- Folder Urn : The folder urn is the unique identifier for a folder in a project. It is used to identify the folder in the project.
- Item Id : The entity id is the unique identifier for an entity in a folder. It is used to identify the entity/item in the folder.
- Version Id : The version id is the unique identifier for a version of an item. It is used to identify the version of the item in the folder.
- Model View Id : The model view id is the unique identifier for a model view in a folder. It is used to identify the model view in the folder.
-
Chrome / Edge: Install From Chrome Store
-
Firefox Install From Firefox Store
-
Manual Install :
- Clone the repository
- Open
about:debugging#/runtime/this-firefox
- Click on
Load Temporary Add-on...
- Select the
manifest.json
file from the cloned repository - The extension will be installed and you can see the icon in the toolbar
- Open ACC Project and click on the icon to get the URL details
-
Addon Online Store : URL Details
-
Manual Install :
- Clone the repository
- Open
chrome://extensions/
- Click on
Load unpacked
- Select the cloned repository
- The extension will be installed and you can see the icon in the toolbar
- Restart the browser
- Open ACC Project and click on the icon to get the URL details
-
Addon Online Store : URL Details